Get dTao Stake Balance
Endpoint
Section titled “Endpoint”GET /api/dtao/stake_balance/latest/v1Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
coldkey | query | string | Stakeholder’s coldkey | |
hotkey | query | string | validator’s hotkey | |
netuid | query | integer | Subnet | |
balance_min | query | string | in nanoAlpha | |
balance_max | query | string | in nanoAlpha | |
balance_as_tao_min | query | string | in rao | |
balance_as_tao_max | query | string | as rao | |
page | query | integer | The page number of the response. | |
limit | query | integer | The number of responses. max is 200, | |
order | query | string |
Responses
Section titled “Responses”200 — 200
Section titled “200 — 200”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" } } } } }}400 — 400
Section titled “400 — 400”Media: application/json
{ "type": "object", "properties": {}}Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.