Get dTao Historical Stake Balance
Endpoint
Section titled “Endpoint”GET /api/dtao/stake_balance/history/v1Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
coldkey | query | string | ✅ | SS58 or hex format |
hotkey | query | string | ✅ | SS58 or hex format |
netuid | query | integer | ✅ | Subnet |
block_number | query | integer | ||
block_start | query | integer | Start of block range (inclusive) | |
block_end | query | integer | End of block range (inclusive) | |
timestamp_start | query | integer | Start of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive) | |
timestamp_end | query | integer | End of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive) | |
page | query | integer | ||
limit | query | integer | ||
order | query | — |
Responses
Section titled “Responses”200 — Stake balances retrieved successfully
Section titled “200 — Stake balances retrieved successfully”Media: application/json
Schema
{ "type": "object", "required": [ "pagination", "data" ], "properties": { "data": { "type": "array", "items": { "type": "object", "required": [ "block_number", "timestamp", "hotkey", "coldkey", "netuid", "balance", "balance_as_tao" ], "properties": { "balance": { "type": "string" }, "balance_as_tao": { "type": "string" }, "block_number": { "type": "integer", "format": "int32" }, "coldkey": { "type": "object", "required": [ "ss58", "hex" ], "properties": { "hex": { "type": "string", "description": "The hex format of the hot key" }, "ss58": { "type": "string", "description": "The SS58 format of the hot key" } } }, "hotkey": { "type": "object", "required": [ "ss58", "hex" ], "properties": { "hex": { "type": "string", "description": "The hex format of the hot key" }, "ss58": { "type": "string", "description": "The SS58 format of the hot key" } } }, "hotkey_name": { "type": "string", "nullable": true }, "netuid": { "type": "integer", "format": "int32" }, "timestamp": { "type": "string", "format": "date-time" } } } }, "pagination": { "type": "object", "required": [ "current_page", "per_page", "total_items", "total_pages" ], "properties": { "current_page": { "type": "integer", "format": "int32" }, "next_page": { "type": "integer", "format": "int32", "nullable": true }, "per_page": { "type": "integer", "format": "int32" }, "prev_page": { "type": "integer", "format": "int32", "nullable": true }, "total_items": { "type": "integer", "format": "int32" }, "total_pages": { "type": "integer", "format": "int32" } } } }}Examples
{ "Result": { "value": "{}{\n \"pagination\": {\n \"current_page\": 1,\n \"per_page\": 301,\n \"total_items\": 301,\n \"total_pages\": 1,\n \"next_page\": null,\n \"prev_page\": null\n },\n \"data\": [\n {\n \"block_number\": 5373427,\n \"timestamp\": \"2025-04-17T19:59:00Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10310773627671\",\n \"balance_as_tao\": \"2064023208743\"\n },\n {\n \"block_number\": 5373066,\n \"timestamp\": \"2025-04-17T18:46:48Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10309931116925\",\n \"balance_as_tao\": \"2066161785123\"\n },\n {\n \"block_number\": 5372705,\n \"timestamp\": \"2025-04-17T17:34:36Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10309084865401\",\n \"balance_as_tao\": \"2147353436552\"\n },\n {\n \"block_number\": 5372344,\n \"timestamp\": \"2025-04-17T16:22:24Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10308239372930\",\n \"balance_as_tao\": \"2111980058931\"\n },\n {\n \"block_number\": 5371983,\n \"timestamp\": \"2025-04-17T15:10:12.001Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10307393915340\",\n \"balance_as_tao\": \"2018330274372\"\n },\n {\n \"block_number\": 5371622,\n \"timestamp\": \"2025-04-17T13:58:00Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10306548203374\",\n \"balance_as_tao\": \"2014533502321\"\n },\n {\n \"block_number\": 5371261,\n \"timestamp\": \"2025-04-17T12:45:48Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10305703159865\",\n \"balance_as_tao\": \"1970611957830\"\n },\n {\n \"block_number\": 5370900,\n \"timestamp\": \"2025-04-17T11:33:36Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10304860155531\",\n \"balance_as_tao\": \"1893276253199\"\n },\n {\n \"block_number\": 5370539,\n \"timestamp\": \"2025-04-17T10:21:24Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10304016270662\",\n \"balance_as_tao\": \"1820142218287\"\n },\n {\n \"block_number\": 5370178,\n \"timestamp\": \"2025-04-17T09:09:12Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10303172061081\",\n \"balance_as_tao\": \"1795028682971\"\n },\n {\n \"block_number\": 5369817,\n \"timestamp\": \"2025-04-17T07:57:00Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10302331449208\",\n \"balance_as_tao\": \"1774345117486\"\n },\n {\n \"block_number\": 5369456,\n \"timestamp\": \"2025-04-17T06:44:48Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10301493632567\",\n \"balance_as_tao\": \"1703459208650\"\n },\n {\n \"block_number\": 5369095,\n \"timestamp\": \"2025-04-17T05:32:36Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10300657110814\",\n \"balance_as_tao\": \"1661390159309\"\n },\n {\n \"block_number\": 5368734,\n \"timestamp\": \"2025-04-17T04:20:24Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10299820704621\",\n \"balance_as_tao\": \"1846905813954\"\n },\n {\n \"block_number\": 5368373,\n \"timestamp\": \"2025-04-17T03:08:12Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10298996264359\",\n \"balance_as_tao\": \"1831561244312\"\n },\n {\n \"block_number\": 5368012,\n \"timestamp\": \"2025-04-17T01:56:00Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10298177190471\",\n \"balance_as_tao\": \"1856883005785\"\n },\n {\n \"block_number\": 5367651,\n \"timestamp\": \"2025-04-17T00:43:48Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10297365066860\",\n \"balance_as_tao\": \"1851456730233\"\n },\n {\n \"block_number\": 5367290,\n \"timestamp\": \"2025-04-16T23:31:36Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10296558832609\",\n \"balance_as_tao\": \"1898444136665\"\n },\n {\n \"block_number\": 5366929,\n \"timestamp\": \"2025-04-16T22:19:24.001Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10295761935065\",\n \"balance_as_tao\": \"1880261031344\"\n },\n {\n \"block_number\": 5366568,\n \"timestamp\": \"2025-04-16T21:07:12Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10294971751993\",\n \"balance_as_tao\": \"1831254582027\"\n },\n {\n \"block_number\": 5366207,\n \"timestamp\": \"2025-04-16T19:55:00Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10294189032276\",\n \"balance_as_tao\": \"1749607317777\"\n },\n {\n \"block_number\": 5366115,\n \"timestamp\": \"2025-04-16T19:36:36Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10293413418944\",\n \"balance_as_tao\": \"1647034659628\"\n },\n {\n \"block_number\": 5365846,\n \"timestamp\": \"2025-04-16T18:42:48.001Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10983413418944\",\n \"balance_as_tao\": \"1885544724374\"\n },\n {\n \"block_number\": 5365485,\n \"timestamp\": \"2025-04-16T17:30:36Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10982599033545\",\n \"balance_as_tao\": \"2097301192399\"\n },\n {\n \"block_number\": 5365124,\n \"timestamp\": \"2025-04-16T16:18:24Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10981799651456\",\n \"balance_as_tao\": \"2246831732142\"\n },\n {\n \"block_number\": 5364763,\n \"timestamp\": \"2025-04-16T15:06:12Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10981017689528\",\n \"balance_as_tao\": \"2239442413606\"\n },\n {\n \"block_number\": 5364402,\n \"timestamp\": \"2025-04-16T13:54:00Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10980084196546\",\n \"balance_as_tao\": \"2283596339162\"\n },\n {\n \"block_number\": 5364041,\n \"timestamp\": \"2025-04-16T12:41:48Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10979147749968\",\n \"balance_as_tao\": \"2292669953422\"\n },\n {\n \"block_number\": 5363680,\n \"timestamp\": \"2025-04-16T11:29:36Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10978207796531\",\n \"balance_as_tao\": \"2288718569099\"\n },\n {\n \"block_number\": 5363478,\n \"timestamp\": \"2025-04-16T10:49:12Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"10977264249176\",\n \"balance_as_tao\": \"2284146262744\"\n },\n {\n \"block_number\": 5363319,\n \"timestamp\": \"2025-04-16T10:17:24Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGTU3s8VLcHGc5wsD5M8XyxDca5yDQhYm1mVXFu\",\n \"hex\": \"0xc2c12c2be75e623a4d0b44564889279d35701ba436179db3a916b9bbc2b0e42c\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJ1D2C8xCua1FwfGprGk5EjjgwraRfjYMUntu4s4sjCwZyX\",\n \"hex\": \"0x629d10c61ad3c6a4850629ed00b305b8ae897a771ca8778fd248d45f193cfe2b\"\n },\n \"netuid\": 56,\n \"balance\": \"11667264249176\",\n \"balance_as_tao\": \"2489031089601\"\n },\n {\n \"block_number\": 5362958,\n \"timestamp\": \"2025-04-16T09:05:12Z\",\n \"hotkey_name\": \"Owner56\",\n \"hotkey\": {\n \"ss58\": \"5GU4Xkd3dCGT
/* … truncated, full schema in /api/openapi.json */400 — Bad request
Section titled “400 — Bad request”404 — Stake balances not found
Section titled “404 — Stake balances not found”500 — Internal server error
Section titled “500 — Internal server error”Try it
Section titled “Try it”Interactive request console coming soon. In the meantime you can use the OpenAPI spec with any client (Insomnia, Bruno, Scalar, curl).
Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.