Get Stake Balance Sum in Tao
Endpoint
Section titled “Endpoint”GET /api/dtao/stake_balance_aggregated/latest/v1Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
coldkey | query | string | Wallet coldkey to search | |
total_balance_as_tao_min | query | string | in rao | |
total_balance_as_tao_max | query | string | in 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": 37318, "default": 0 }, "total_pages": { "type": "integer", "example": 747, "default": 0 }, "next_page": { "type": "integer", "example": 2, "default": 0 }, "prev_page": {} } }, "data": { "type": "array", "items": { "type": "object", "properties": { "block_number": { "type": "integer", "example": 5329782, "default": 0 }, "rank": { "type": "integer", "example": 1, "default": 0 }, "timestamp": { "type": "string", "example": "2025-04-11T18:30:00Z" }, "coldkey": { "type": "object", "properties": { "ss58": { "type": "string", "example": "5FCY9iJYwghetXjE6xiYTj9g3HVW2K7E6JswWnR7PosJCRK9" }, "hex": { "type": "string", "example": "0x8aadfd659682487db6cb8e41e827056374743295cfad120270bc151e20883324" } } }, "total_balance_as_tao": { "type": "string", "example": "237118176177808" } } } } }}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.