Skip to content

Get Parent/Child Hotkey History

GET /api/hotkey/family/history/v1
NameInTypeRequiredDescription
hotkeyquerystringSS58 or hex formatted public key
netuidqueryintegerSubnet ID
block_numberqueryintegerThe exact block number
block_startqueryintegerStart of block range (inclusive)
block_endqueryintegerEnd of block range (inclusive)
timestamp_startqueryintegerStart of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive)
timestamp_endqueryintegerEnd of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive)
pagequeryintegerThe page number of the response.
limitqueryintegerThe number of responses. max is 200,
orderquery

200 — Hotkey family history retrieved successfully

Section titled “200 — Hotkey family history retrieved successfully”

Media: application/json

Schema
{
"type": "object",
"required": [
"pagination",
"data"
],
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"required": [
"hotkey",
"coldkey",
"block_number",
"timestamp",
"netuid",
"stake",
"family_stake",
"take",
"childkey_take",
"children",
"parents",
"root_weight",
"root_stake",
"alpha_stake",
"root_stake_as_alpha",
"total_alpha_stake",
"family_root_stake",
"family_alpha_stake",
"family_root_stake_as_alpha",
"family_total_alpha_stake"
],
"properties": {
"alpha_stake": {
"type": "string"
},
"block_number": {
"type": "integer",
"format": "int32"
},
"childkey_take": {
"type": "string"
},
"children": {
"type": "array",
"items": {
"type": "object",
"required": [
"hotkey",
"coldkey",
"stake",
"family_stake",
"take",
"childkey_take",
"proportion",
"proportion_staked",
"root_weight",
"root_stake",
"alpha_stake",
"root_stake_as_alpha",
"total_alpha_stake",
"family_root_stake",
"family_alpha_stake",
"family_root_stake_as_alpha",
"family_total_alpha_stake",
"proportion_root_stake",
"proportion_alpha_stake",
"proportion_root_stake_as_alpha",
"proportion_total_alpha_stake"
],
"properties": {
"alpha_stake": {
"type": "string"
},
"childkey_take": {
"type": "string"
},
"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"
}
}
},
"family_alpha_stake": {
"type": "string"
},
"family_root_stake": {
"type": "string"
},
"family_root_stake_as_alpha": {
"type": "string"
},
"family_stake": {
"type": "string",
"description": "Total stake including parent/child relationships"
},
"family_total_alpha_stake": {
"type": "string"
},
"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"
}
}
},
"proportion": {
"type": "string",
"description": "The proportion of the stake given to the child"
},
"proportion_alpha_stake": {
"type": "string"
},
"proportion_root_stake": {
"type": "string"
},
"proportion_root_stake_as_alpha": {
"type": "string"
},
"proportion_staked": {
"type": "string",
"description": "The stake given to the child"
},
"proportion_total_alpha_stake": {
"type": "string"
},
"root_stake": {
"type": "string"
},
"root_stake_as_alpha": {
"type": "string"
},
"root_weight": {
"type": "string"
},
"stake": {
"type": "string",
"description": "Total stake excluding parent/child relationships"
},
"take": {
"type": "string"
},
"total_alpha_stake": {
"type": "string"
}
}
}
},
"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"
}
}
},
"family_alpha_stake": {
"type": "string"
},
"family_root_stake": {
"type": "string"
},
"family_root_stake_as_alpha": {
"type": "string"
},
"family_stake": {
"type": "string",
"description": "Total stake including parent/child relationships"
},
"family_total_alpha_stake": {
"type": "string"
},
"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"
}
}
},
"netuid": {
"type": "integer",
"format": "int32",
"description": "The subnet ID"
},
"parents": {
"type": "array",
"items": {
"type": "object",
"required": [
"hotkey",
"coldkey",
"stake",
"family_stake",
"take",
"childkey_take",
"proportion",
"proportion_staked",
"root_weight",
"root_stake",
"alpha_stake",
"root_stake_as_alpha",
"total_alpha_stake",
"family_root_stake",
"family_alpha_stake",
"family_root_stake_as_alpha",
"family_total_alpha_stake",
"proportion_root_stake",
"proportion_alpha_stake",
"proportion_root_stake_as_alpha",
"proportion_total_alpha_stake"
],
"properties": {
"alpha_stake": {
"type": "string"
},
"childkey_take": {
"type": "string"
},
"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"
}
}
},
"family_alpha_stake": {
"type": "string"
},
"family_root_stake": {
"type": "string"
},
"family_root_stake_as_alpha": {
"type": "string"
},
"family_stake": {
"type": "string",
"description": "Total stake including parent/child relationships"
},
"family_total_alpha_stake": {
"type": "string"
},
"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"
}
}
},
"proportion": {
"type": "string",
"description": "The proportion of the stake given to the child"
},
"proportion_alpha_stake": {
"type": "string"
},
"proportion_root_stake": {
"type": "string"
},
"proportion_root_stake_as_alpha": {
"type": "string"
},
"proportion_staked": {
"type": "string",
"description": "The stake given to the child"
},
"proportion_total_alpha_stake": {
"type": "string"
},
"root_stake": {
"type": "string"
},
"root_stake_as_alpha": {
"type": "string"
},
"root_weight": {
"type": "string"
},
"stake": {
"type": "string",
"description": "Total stake excluding parent/child relationships"
},
"take": {
"type": "string"
},
"total_alpha_stake": {
"type": "string"
}
}
}
},
"root_stake": {
"type": "string"
},
"root_stake_as_alpha": {
"type": "string"
},
"root_weight": {
"type": "string"
},
"stake": {
"type": "string",
"description": "Total stake excluding parent/child relationships"
},
"take": {
"type": "string"
},
"timestamp": {
"type": "string",
"format": "date-time"
},
"total_alpha_stake": {
"type": "string"
}
}
}
},
"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\": 50,\n \"total_items\": 5020104,\n \"total_pages\": 100403,\n \"next_page\": 2,\n \"prev_page\": null\n },\n \"data\": [\n {\n \"coldkey\": {\n \"ss58\": \"5GbwSp7m4AF1hYpoXtkwaveDjuNHifHJbktfW2UkQfVVenLg\",\n \"hex\": \"0xc8c348f4594ec3ff5ecd1dddb5bdea346c6139c01e525b65c1b1437a40f4061d\"\n },\n \"hotkey\": {\n \"ss58\": \"5F4i7Mh2FtxyP4cKMkQ4cExRZL6JuJ5t3JMgsybqFF8z9VrH\",\n \"hex\": \"0x84b58d8a47c3f75b38416776042702e6f7b4bdecd102df0cf2ef686d4ac5ce67\"\n },\n \"netuid\": 21,\n \"uid\": 88,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": false,\n \"is_immunity_period\": false,\n \"updated\": 707588,\n \"registered_block_number\": 3963260,\n \"rank\": 0,\n \"validator_trust\": \"0\",\n \"stake\": \"0\",\n \"emission\": \"452899371\",\n \"daily_reward\": \"9057987420\",\n \"incentive\": \"0.21431296253910124361\",\n \"consensus\": \"0.1816281376363775082\",\n \"dividends\": \"0\",\n \"trust\": \"0.89900053406576638437\",\n \"axon_info\": null\n },\n {\n \"coldkey\": {\n \"ss58\": \"5DFtsLukQEb3jB4TRC74FtAkQiRPBjcNoe8j6Kp1S792qNzX\",\n \"hex\": \"0x34c5005b9afc66842f9c5d268ebc858ad7ceda368240f482125f698811377960\"\n },\n \"hotkey\": {\n \"ss58\": \"5HKDsDGrjqGUaJBtD8Chrkxj3FU4p2pd1Wzj7Asoibogi5dc\",\n \"hex\": \"0xe83f9f9c942710a844087cd44c86e5a073d155ab827775cf8089f2c58fdbcc19\"\n },\n \"netuid\": 1,\n \"uid\": 405,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": false,\n \"is_immunity_period\": true,\n \"updated\": 1564760,\n \"registered_block_number\": 4101001,\n \"rank\": 572,\n \"validator_trust\": \"0\",\n \"stake\": \"155764371\",\n \"emission\": \"1537649\",\n \"daily_reward\": \"111829018.18181818181818181818\",\n \"incentive\": \"0.00091554131380178531\",\n \"consensus\": \"0.00088502327000839246\",\n \"dividends\": \"0\",\n \"trust\": \"0.90577553978789959564\",\n \"axon_info\": {\n \"block\": 3868571,\n \"ip\": \"54.189.14.49\",\n \"ipType\": 4,\n \"placeholder1\": 0,\n \"placeholder2\": 0,\n \"port\": 8905,\n \"protocol\": 4,\n \"version\": 712\n }\n },\n {\n \"coldkey\": {\n \"ss58\": \"5FCDKxH69LubjvVyunxD5DXg7R8bG32FC5WoqA5HhuJWaKmD\",\n \"hex\": \"0x8a6e9fdff149916509be7c9a4a4e8a56cf786d500b029591a27e7be5787f4f1c\"\n },\n \"hotkey\": {\n \"ss58\": \"5E7W5DBDny13mhESsFTTDo4LXSjHJ2Sxmhm5MmCVtqa7yioo\",\n \"hex\": \"0x5a9a8913596da8c886611def403912076605a519aa24c92f2c93aee0a2f6b53e\"\n },\n \"netuid\": 9,\n \"uid\": 239,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": false,\n \"is_immunity_period\": false,\n \"updated\": 2483727,\n \"registered_block_number\": 3748995,\n \"rank\": 0,\n \"validator_trust\": \"0\",\n \"stake\": \"0\",\n \"emission\": \"0\",\n \"daily_reward\": \"0\",\n \"incentive\": \"0\",\n \"consensus\": \"0\",\n \"dividends\": \"0\",\n \"trust\": \"0\",\n \"axon_info\": null\n },\n {\n \"coldkey\": {\n \"ss58\": \"5FCDKxH69LubjvVyunxD5DXg7R8bG32FC5WoqA5HhuJWaKmD\",\n \"hex\": \"0x8a6e9fdff149916509be7c9a4a4e8a56cf786d500b029591a27e7be5787f4f1c\"\n },\n \"hotkey\": {\n \"ss58\": \"5CzLzyJEkMjCTmT4eZpWXPUPjfLHtmL2Uvb7jBfsjJrGXhf8\",\n \"hex\": \"0x28e90a9a8317493b442d15e267d6e31e230a3ccd3a694e157754c014b9126849\"\n },\n \"netuid\": 9,\n \"uid\": 233,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": false,\n \"is_immunity_period\": false,\n \"updated\": 2520884,\n \"registered_block_number\": 3749139,\n \"rank\": 0,\n \"validator_trust\": \"0\",\n \"stake\": \"0\",\n \"emission\": \"0\",\n \"daily_reward\": \"0\",\n \"incentive\": \"0\",\n \"consensus\": \"0\",\n \"dividends\": \"0\",\n \"trust\": \"0\",\n \"axon_info\": null\n },\n {\n \"coldkey\": {\n \"ss58\": \"5Cht6za9R3QxawRXbM9eoKooookkZeHcWoM9NvTMqB6N7gEy\",\n \"hex\": \"0x1c5a930959dffc226f8cf167f41068cfba78a1bad3e5233f93b3db3bd8f4134b\"\n },\n \"hotkey\": {\n \"ss58\": \"5GnaQBgnuAxRZGKTkYAmcX5MJxZhfQmtu5XdCAL8BnthDwu3\",\n \"hex\": \"0xd0e023bc2e4296c41de8ac75d0fa9982718a2beb1fadaa4f1e091e798e9b0724\"\n },\n \"netuid\": 9,\n \"uid\": 82,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": false,\n \"is_immunity_period\": false,\n \"updated\": 2594896,\n \"registered_block_number\": 1883768,\n \"rank\": 0,\n \"validator_trust\": \"0\",\n \"stake\": \"0\",\n \"emission\": \"0\",\n \"daily_reward\": \"0\",\n \"incentive\": \"0\",\n \"consensus\": \"0\",\n \"dividends\": \"0\",\n \"trust\": \"0\",\n \"axon_info\": null\n },\n {\n \"coldkey\": {\n \"ss58\": \"5CfZGJt7VMJfYRH4EcTGm7T1ao77YHaA6TWyPb6RbPp39pjB\",\n \"hex\": \"0x1a94aa1eab754de79249f690d6a924509bfa947888aefce4425757fb9ab7bf73\"\n },\n \"hotkey\": {\n \"ss58\": \"5F2QvFpV3A9aQMPHPkUJ5D7v1KgragCWrDwJfMRs7kGF3jMG\",\n \"hex\": \"0x82f530cfb9f635833a58553d76b0c25b1fca8138f8fca7b2a0dadd9bdd5b260a\"\n },\n \"netuid\": 1,\n \"uid\": 150,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": false,\n \"is_immunity_period\": false,\n \"updated\": 1568488,\n \"registered_block_number\": 4082802,\n \"rank\": 735,\n \"validator_trust\": \"0\",\n \"stake\": \"119242099\",\n \"emission\": \"1733127\",\n \"daily_reward\": \"126045600\",\n \"incentive\": \"0.00102235446707866026\",\n \"consensus\": \"0.00103761348897535668\",\n \"dividends\": \"0\",\n \"trust\": \"0.96481269550621805142\",\n \"axon_info\": {\n \"block\": 3947028,\n \"ip\": \"45.79.81.92\",\n \"ipType\": 4,\n \"placeholder1\": 0,\n \"placeholder2\": 0,\n \"port\": 1126,\n \"protocol\": 4,\n \"version\": 7004000\n }\n },\n {\n \"coldkey\": {\n \"ss58\": \"5GP8N57T2oja6qR9y3FQDYjrEFxnhmx3ZuiadE64yw6h5For\",\n \"hex\": \"0xbefdd94cdeeacbf8b273d99710ce7e26b19248ebda2813ba85343164740e5145\"\n },\n \"hotkey\": {\n \"ss58\": \"5FxcZraZACr4L78jWkcYe3FHdiwiAUzrKLVtsSwkvFobBKqq\",\n \"hex\": \"0xac4ba7704623c5beb4950ef97ddea57c9c12b91938c86f28475f8050741ac956\"\n },\n \"netuid\": 33,\n \"uid\": 80,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": true,\n \"is_immunity_period\": true,\n \"updated\": 1147015,\n \"registered_block_number\": 4100933,\n \"rank\": 5,\n \"validator_trust\": \"0\",\n \"stake\": \"509468041160644\",\n \"emission\": \"0\",\n \"daily_reward\": \"0\",\n \"incentive\": \"0\",\n \"consensus\": \"0\",\n \"dividends\": \"0\",\n \"trust\": \"0\",\n \"axon_info\": {\n \"block\": 4106427,\n \"ip\": \"34.34.43.153\",\n \"ipType\": 4,\n \"placeholder1\": 0,\n \"placeholder2\": 0,\n \"port\": 8209,\n \"protocol\": 4,\n \"version\": 7004000\n }\n },\n {\n \"coldkey\": {\n \"ss58\": \"5CfZGJt7VMJfYRH4EcTGm7T1ao77YHaA6TWyPb6RbPp39pjB\",\n \"hex\": \"0x1a94aa1eab754de79249f690d6a924509bfa947888aefce4425757fb9ab7bf73\"\n },\n \"hotkey\": {\n \"ss58\": \"5FRGcvtd5z3vNTBGo6dMWmEqMVRDbEURScmWeebtf6Eh2Rhi\",\n \"hex\": \"0x9463e621d32e420a90d1f769e5fe6abdf1d3d8269de9e408725e96f8a4dd2a16\"\n },\n \"netuid\": 1,\n \"uid\": 613,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": false,\n \"is_immunity_period\": false,\n \"updated\": 1564687,\n \"registered_block_number\": 4012224,\n \"rank\": 621,\n \"validator_trust\": \"0\",\n \"stake\": \"124582097\",\n \"emission\": \"1766075\",\n \"daily_reward\": \"128441818.18181818181818181818\",\n \"incentive\": \"0.0010528725108720531\",\n \"consensus\": \"0.0010528725108720531\",\n \"dividends\": \"0\",\n \"trust\": \"0.9602349889372091249\",\n \"axon_info\": {\n \"block\": 4030790,\n \"ip\": \"45.79.81.92\",\n \"ipType\": 4,\n \"placeholder1\": 0,\n \"placeholder2\": 0,\n \"port\": 1205,\n \"protocol\": 4,\n \"version\": 7004000\n }\n },\n {\n \"coldkey\": {\n \"ss58\": \"5En9uTvBzDyU3Dmd2GfJzBNDB4kq9MQQnW864xKbHa8ypfSP\",\n \"hex\": \"0x781536ee5a02738360bb4585483658e709c956136f1c68c837505ae79c0fac2c\"\n },\n \"hotkey\": {\n \"ss58\": \"5HMYfLkhYKeyteDfPGJMGQacnW5cyPninbSg2iDZxQtDrQNR\",\n \"hex\": \"0xea05628f83d616f247eb62f94139c712a76ae0cf46546307d804bd3979489d6b\"\n },\n \"netuid\": 39,\n \"uid\": 28,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": false,\n \"is_immunity_period\": false,\n \"updated\": 714777,\n \"registered_block_number\": 3865204,\n \"rank\": 0,\n \"validator_trust\": \"0\",\n \"stake\": \"0\",\n \"emission\": \"16293946\",\n \"daily_reward\": \"325878920\",\n \"incentive\": \"0.01065079728389410239\",\n \"consensus\": \"0.01048294804303044175\",\n \"dividends\": \"0\",\n \"trust\": \"0.87203784237430380713\",\n \"axon_info\": null\n },\n {\n \"coldkey\": {\n \"ss58\": \"5FLYfLJnMgVcHrQTLDUz2YFDUQV73ixvoiuyVtZJLrc3xJQQ\",\n \"hex\": \"0x90c9ac183dcd181cdea9721472e56cb76a0cb72f1db41a965fe1e88c40a0d878\"\n },\n \"hotkey\": {\n \"ss58\": \"5F2LKK2qEtM52TNrZrgcWZENLwHj6PpwzmZnc1JuWPUCxJR2\",\n \"hex\": \"0x82e5b2820593d7a583bb69366de9de9f653557de8767de59702031e048f14d3f\"\n },\n \"netuid\": 37,\n \"uid\": 214,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": false,\n \"is_immunity_period\": false,\n \"updated\": 674362,\n \"registered_block_number\": 3996496,\n \"rank\": 100,\n \"validator_trust\": \"0\",\n \"stake\": \"212388\",\n \"emission\": \"0\",\n \"daily_reward\": \"0\",\n \"incentive\": \"0\",\n \"consensus\": \"0\",\n \"dividends\": \"0\",\n \"trust\": \"0\",\n \"axon_info\": null\n },\n {\n \"coldkey\": {\n \"ss58\": \"5DtQwH15iy2jcaW8TLTVeL8iY53b5KhURozSzg9zD7e9B4Q4\",\n \"hex\": \"0x509f0d9ed74744f46b223940641c39cf962f63d652900ed0e5e31b474141c37e\"\n },\n \"hotkey\": {\n \"ss58\": \"5DSXwUMG7outtaKP98Rdf6ZrFGrpk3GDaiwhvQJwUc2u7jsi\",\n \"hex\": \"0x3ce23f869cb585877c6f229b47a679fa7eaa92ba9e993be53f3bd8539cbb7c4f\"\n },\n \"netuid\": 17,\n \"uid\": 223,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": false,\n \"is_immunity_period\": false,\n \"updated\": 1209044,\n \"registered_block_number\": 4004753,\n \"rank\": 214,\n \"validator_trust\": \"0\",\n \"stake\": \"285251759\",\n \"emission\": \"14859330\",\n \"daily_reward\": \"297186600\",\n \"incentive\": \"0.00424200808728160525\",\n \"consensus\": \"0.00425726710917830167\",\n \"dividends\": \"0\",\n \"trust\": \"0.99244678416113527123\",\n \"axon_info\": null\n },\n {\n \"coldkey\": {\n \"ss58\": \"5Ckvopr6KAXGHFhz9MMBtqRB9WMJ5NaR4q8vkcTGq3x8L4Mz\",\n \"hex\": \"0x1ead69bee1c889ed3c0b6487b84776a2130eb020d3d3f209c9193bdc6a946d7c\"\n },\n \"hotkey\": {\n \"ss58\": \"5F24rA8y9uCveVvMgCEoS3hhLF6VuEsnGeRp5YenN22r2HF9\",\n \"hex\": \"0x82b1a0778f60e9b089e3ec6827ecfe7066c226d0339668bb63f64a669ce4aa7a\"\n },\n \"netuid\": 37,\n \"uid\": 172,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": false,\n \"is_immunity_period\": false,\n \"updated\": 719767,\n \"registered_block_number\": 3990740,\n \"rank\": 0,\n \"validator_trust\": \"0\",\n \"stake\": \"0\",\n \"emission\": \"0\",\n \"daily_reward\": \"0\",\n \"incentive\": \"0\",\n \"consensus\": \"0\",\n \"dividends\": \"0\",\n \"trust\": \"0\",\n \"axon_info\": null\n },\n {\n \"coldkey\": {\n \"ss58\": \"5DyvTSiFSHN8SZwTCjpmUq7mWS4MwpqAe1tMepPn6o8Geisr\",\n \"hex\": \"0x54d2a761bc4ded2b379d85a77e49f7ad674eb05b3ebe21a5fc71f2ec5cab5c61\"\n },\n \"hotkey\": {\n \"ss58\": \"5HGxbpUe5UFv9z8mUaQMCEmgqaG59ZoXuf2ei5VtH8uSciSM\",\n \"hex\": \"0xe685bea8f8adcdbe349b66a44f5d24a9a565395244a30330deec24b656321e77\"\n },\n \"netuid\": 16,\n \"uid\": 124,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": false,\n \"is_immunity_period\": false,\n \"updated\": 1283370,\n \"registered_block_number\": 2824158,\n \"rank\": 0,\n \"validator_trust\": \"0\",\n \"stake\": \"0\",\n \"emission\": \"0\",\n \"daily_reward\": \"0\",\n \"incentive\": \"0\",\n \"consensus\": \"0\",\n \"dividends\": \"0\",\n \"trust\": \"0\",\n \"axon_info\": {\n \"block\": 2999917,\n \"ip\": \"116.102.166.233\",\n \"ipType\": 4,\n \"placeholder1\": 0,\n \"placeholder2\": 0,\n \"port\": 24953,\n \"protocol\": 4,\n \"version\": 721\n }\n },\n {\n \"coldkey\": {\n \"ss58\": \"5HQkkXupDMsWhiCmH7oHWnDWopqD9BRWbtGk2kYRXgZDxs8K\",\n \"hex\": \"0xec77d17434d894e71e8774f3eedd96401b61eb7a675065b2061c346889161c3b\"\n },\n \"hotkey\": {\n \"ss58\": \"5CJFbUtrkhSyEY1hemz86AtVL2Mq9na2UrkohSs48hh5DKcW\",\n \"hex\": \"0x0a5507c8ff1d3ae2099a92993da3363924a1acb7c37caa7b4415498909844622\"\n },\n \"netuid\": 9,\n \"uid\": 103,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": true,\n \"is_immunity_period\": false,\n \"updated\": 2588928,\n \"registered_block_number\": 1860249,\n \"rank\": 29,\n \"validator_trust\": \"0\",\n \"stake\": \"20742359673\",\n \"emission\": \"0\",\n \"daily_reward\": \"0\",\n \"incentive\": \"0\",\n \"consensus\": \"0\",\n \"dividends\": \"0\",\n \"trust\": \"0\",\n \"axon_info\": null\n },\n {\n \"coldkey\": {\n \"ss58\": \"5GENgtR9rPBo27WGvBGzVoW4px3U3KkPbYZzyFjZwUTBQm5q\",\n \"hex\": \"0xb850dc45f403252ec6551dd55e8db795bf3aa10c4797e6daf0f1f06b4d0c9a34\"\n },\n \"hotkey\": {\n \"ss58\": \"5HBb6cUGjAesFhePLhYT3imF4UMmnWY61xV6w2tocex3Yzgo\",\n \"hex\": \"0xe26d2159e316de076a9e48c320c172032b9056add5de4eb0916c9f5d6e8baf5e\"\n },\n \"netuid\": 29,\n \"uid\": 171,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": false,\n \"is_immunity_period\": false,\n \"updated\": 402543,\n \"registered_block_number\": 4083268,\n \"rank\": 0,\n \"validator_trust\": \"0\",\n \"stake\": \"0\",\n \"emission\": \"0\",\n \"daily_reward\": \"0\",\n \"incentive\": \"0\",\n \"consensus\": \"0\",\n \"dividends\": \"0\",\n \"trust\": \"0\",\n \"axon_info\": null\n },\n {\n \"coldkey\": {\n \"ss58\": \"5CMdWwTBC2a1oihcsXnigrRqZWYkA1iSf6wMm7CxraxVFG4s\",\n \"hex\": \"0x0ce88fc52f04022030f9f6bae9913996d923a4d2d84b400de1b0b6ae9fca2916\"\n },\n \"hotkey\": {\n \"ss58\": \"5EoGgZfyfxeEWtLCTuknJgijmpV4zihN66CxB68zTWD1vXG5\",\n \"hex\": \"0x78ef467b8c8042abe8c4fbd62c3cfc9714eb647759a8065ab4ad590eb35ee617\"\n },\n \"netuid\": 17,\n \"uid\": 143,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": false,\n \"is_immunity_period\": false,\n \"updated\": 1233483,\n \"registered_block_number\": 4050346,\n \"rank\": 187,\n \"validator_trust\": \"0\",\n \"stake\": \"565526739\",\n \"emission\": \"14995616\",\n \"daily_reward\": \"299912320\",\n \"incentive\": \"0.00428778515297169451\",\n \"consensus\": \"0.00425726710917830167\",\n \"dividends\": \"0\",\n \"trust\": \"0.99461356527046616312\",\n \"axon_info\": null\n },\n {\n \"coldkey\": {\n \"ss58\": \"5GWBv32QYsCpZXmDwGvdEKMuVz91wVfeNYnVCuzKPhzDMHss\",\n \"hex\": \"0xc460854f417de73afe227adaf8c9f14f974d2d72fd6d75305e32cce361923714\"\n },\n \"hotkey\": {\n \"ss58\": \"5ELT6uQ7vGi6NAaCVaxUHNRBqgeeMKBKb995Tt6WSDGoCQBs\",\n \"hex\": \"0x647ab99ffdc6671ed182250900db0e4cd6eaf37d7a0fb6fe7d109b47f9380870\"\n },\n \"netuid\": 36,\n \"uid\": 243,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": false,\n \"is_immunity_period\": false,\n \"updated\": 9090,\n \"registered_block_number\": 4098438,\n \"rank\": 220,\n \"validator_trust\": \"0\",\n \"stake\": \"60818\",\n \"emission\": \"2273\",\n \"daily_reward\": \"45460\",\n \"incentive\": \"0.00064087891966124971\",\n \"consensus\": \"0.00064087891966124971\",\n \"dividends\": \"0\",\n \"trust\": \"1\",\n \"axon_info\": null\n },\n {\n \"coldkey\": {\n \"ss58\": \"5DAchgvPkoexHJnPURimXdyz1VVU2q9HzeqzsFVHc9SADHoj\",\n \"hex\": \"0x30be5a6b82fbce6f715a4d1d832cafcce52f787973c613415edfc41fc496f975\"\n },\n \"hotkey\": {\n \"ss58\": \"5HgKApmbGpjEeAFVAYGtrTmYTdugbdWcnG2jq1BLLvxkGjX4\",\n \"hex\": \"0xf855a17381f00abef28a66a40e12bd16561186ab6517f7e2938036f2e2756e0e\"\n },\n \"netuid\": 8,\n \"uid\": 228,\n \"block_number\": 4107528,\n \"timestamp\": \"2024-10-23T17:31:12.010Z\",\n \"active\": false,\n \"validator_permit\": false,\n \"is_immunity_period\": false,\n \"updated\": 1745300,\n \"registered_block_number\": 3598243,\n \"rank\": 0,\n \"validator_trust\": \"0\",\n \"stake\": \"0\",\n \"emission\": \"8964054\",\n \"daily_reward\": \"179281080\",\n \"incentive\": \"0.00178530556191348135\",\n \"consensus\": \"0.00163271534294651713\",\n \"dividends\": \"0\",\n \"trust\": \"0.96618600747692072938\",\n \"axon_info\": null\n },\n {\n \"
/* … truncated, full schema in /api/openapi.json */

Interactive request console coming soon. In the meantime you can use the OpenAPI spec with any client (Insomnia, Bruno, Scalar, curl).

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