Skip to content

Get dTao Stake Balance

GET /api/dtao/stake_balance/latest/v1
NameInTypeRequiredDescription
coldkeyquerystringStakeholder’s coldkey
hotkeyquerystringvalidator’s hotkey
netuidqueryintegerSubnet
balance_minquerystringin nanoAlpha
balance_maxquerystringin nanoAlpha
balance_as_tao_minquerystringin rao
balance_as_tao_maxquerystringas rao
pagequeryintegerThe page number of the response.
limitqueryintegerThe number of responses. max is 200,
orderquerystring

Media: application/json

{
"type": "object",
"properties": {
"pagination": {
"type": "object",
"properties": {
"current_page": {
"type": "integer",
"example": 1,
"default": 0
},
"per_page": {
"type": "integer",
"example": 50,
"default": 0
},
"total_items": {
"type": "integer",
"example": 115756,
"default": 0
},
"total_pages": {
"type": "integer",
"example": 2316,
"default": 0
},
"next_page": {
"type": "integer",
"example": 2,
"default": 0
},
"prev_page": {}
}
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"block_number": {
"type": "integer",
"example": 5373764,
"default": 0
},
"timestamp": {
"type": "string",
"example": "2025-04-17T21:06:24.001Z"
},
"hotkey_name": {
"type": "string",
"example": "TAO.app"
},
"hotkey": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5CoZxgtfhcJKX2HmkwnsN18KbaT9aih9eF3b6qVPTgAUbifj"
},
"hex": {
"type": "string",
"example": "0x20b0f8ac1d5416d32f5a552f98b570f06e8392ccb803029e04f63fbe0553c954"
}
}
},
"coldkey": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5HqaAYanMmQUh6agtnsXeWcHJDsoBF4eWwAkUPV7WEG3zZqW"
},
"hex": {
"type": "string",
"example": "0xff65514f004c0bc475af33c478c36c2fe74c7e3d107937a0b74e781de7d4cfa1"
}
}
},
"netuid": {
"type": "integer",
"example": 0,
"default": 0
},
"subnet_rank": {
"type": "integer",
"example": 86,
"default": 0
},
"subnet_total_holders": {
"type": "integer",
"example": 42535,
"default": 0
},
"balance": {
"type": "string",
"example": "13728596610703"
},
"balance_as_tao": {
"type": "string",
"example": "13728596610703"
}
}
}
}
}
}

Media: application/json

{
"type": "object",
"properties": {}
}

All Taostats API requests require an Authorization header containing your API key. See Getting Started.