v1

latestOpenAPI 3.1.02026-07-2411205.0 MB

Get Stake Balance Sum in Tao

get/api/dtao/stake_balance_aggregated/latest/v1

Query parameters

coldkeystring

Wallet coldkey to search

total_balance_as_tao_minstring

in rao

total_balance_as_tao_maxstring

in rao

pageinteger

The page number of the response.

limitinteger

The number of responses. max is 200,

order'total_balance_as_tao_asc' | 'total_balance_as_tao_desc'

Response

200

Example response

{
  "pagination": {
    "current_page": 1,
    "per_page": 50,
    "total_items": 37318,
    "total_pages": 747,
    "next_page": 2
  },
  "data": [
    {
      "block_number": 5329782,
      "rank": 1,
      "timestamp": "2025-04-11T18:30:00Z",
      "coldkey": {
        "ss58": "5FCY9iJYwghetXjE6xiYTj9g3HVW2K7E6JswWnR7PosJCRK9",
        "hex": "0x8aadfd659682487db6cb8e41e827056374743295cfad120270bc151e20883324"
      },
      "total_balance_as_tao": "237118176177808"
    }
  ]
}