Get Parent/Child hotkey relationships
Endpoint
Section titled “Endpoint”GET /api/hotkey/family/latest/v1Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
hotkey | query | string | SS58 or hex format | |
netuid | query | integer | Subnet ID | |
page | query | integer | The page number of the response. | |
limit | query | integer | The number of responses. max is 200, |
Responses
Section titled “Responses”200 — Hotkey family retrieved successfully
Section titled “200 — Hotkey family 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\": 4630,\n \"total_pages\": 93,\n \"next_page\": 2,\n \"prev_page\": null\n },\n \"data\": [\n {\n \"hotkey\": {\n \"ss58\": \"5HEF4s6BQWmJQxuPcNCyMfSVu2CH8KaPfB7hxbSc5V76RoNg\",\n \"hex\": \"0xe4737064df4f83e540701110bd6c8c34433daed9c7c1c980dc8c5edf5cd6b47a\"\n },\n \"coldkey\": {\n \"ss58\": \"5EPhaH98TGhTKaVe5esFfsud1szkC3BHJs7MmjwRcjRdkd86\",\n \"hex\": \"0x66f52da79c66045c87ec8a1d727f49d37b0f19599bc128d3c4c10ba7eaf27e7f\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"1956921323\",\n \"family_stake\": \"1956921323\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5DHbZMcfoJETVRzM3M4HoXhzFGetrRitwKBVBRPYh2uJvgDR\",\n \"hex\": \"0x36113899d74a778dad2795be2b540910dbcbcc41a8abf703b591e4b3cb30fe24\"\n },\n \"coldkey\": {\n \"ss58\": \"5HRB6bsPYMW6VRkW2M8rTYGdfSDk52pDkMR4SNhpSmvR4wmd\",\n \"hex\": \"0xecc9c62dba2f0a90ca02538786da22d8157c2433d672d638ee3f45774ca85e45\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"17807068725\",\n \"family_stake\": \"17807068725\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5HVnqF3ibfVedMPgVUDxJ2CTabu9metpXv6PtbtohBoD7gCb\",\n \"hex\": \"0xf04f0d167cf888e7ac022df42e1d6504dc52b637171831e21980f6c19c685068\"\n },\n \"coldkey\": {\n \"ss58\": \"5H8XKJCahFaBN9SQ7p3e1GdBL1NeaFyRWhhBBjARGd5JxHyi\",\n \"hex\": \"0xe016aa43cb3c7aa4d74efe0e0c12a190bd7efbc5cc5bf36720f0101f8e54302a\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"17965187\",\n \"family_stake\": \"17965187\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"coldkey\": {\n \"ss58\": \"5Cyfk5Jjee6uCafjZyUUjtKd7Q4qh1yJ48Ts7bkT9xXaDqe1\",\n \"hex\": \"0x2864e4216dd67df21f445836da8f35faad206f526e214aaf9c3753e60b2c8a6b\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"19877126722051\",\n \"family_stake\": \"19877126722051\",\n \"take\": \"0.08999771114671549554\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5CcHpQs7exiWyoiogYrZZPUSXKDpfYQWsPoyxsydcSdN96Uh\",\n \"hex\": \"0x1816ee471493c6d45ab25a43b007fffe3643d7b948eec79e6a66c3f6f72e576f\"\n },\n \"coldkey\": {\n \"ss58\": \"5DX7dZ6rWGDKaBVaJmG23fxW7sikeXbkH2gybhZfzSYrsZSP\",\n \"hex\": \"0x4060a4ddc2d76aa6618d2b3277c3ac1bc652c92f1bffe2d8ec0514f5644d6263\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"13391610613\",\n \"family_stake\": \"13391610613\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5CktpCybceQN8BZCX9ahyHMbSMYsDEB7F3RrMHZ4LK6nPwG9\",\n \"hex\": \"0x1ea6b3de7663e2b9de6ab5a4170f109bafde0c4a9f4ec42adcef0a96cf03df65\"\n },\n \"coldkey\": {\n \"ss58\": \"5HKX1vgNfEUV1xNBqdQNgRyXfxqVoJcmBJ9SVPyRZ6g6oKQK\",\n \"hex\": \"0xe8795b38c9427f54287a9986f7c9c8802a31503c6de3b4af85ce6e6d6550d223\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"13103943998\",\n \"family_stake\": \"13103943998\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5CkdySH6rDQUSdfeezFw9kCTnfBZSYoTFSZRVYtT81GXYTG9\",\n \"hex\": \"0x1e74be685c7bcdb46e495bd875a46347ab8fca6d1f359f3ba5314e0140387d0b\"\n },\n \"coldkey\": {\n \"ss58\": \"5H8v2futa3hrSPuiW6Kb5Chotan2KbxM3XNoxf3RNvayisqC\",\n \"hex\": \"0xe063200361564218c96c4c5ffb27a7ecbd079109776b577c70bdd1ceacfa123d\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"12750752\",\n \"family_stake\": \"12750752\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5DPGWY6zQ3CtweQjvNsiFoegMQrcT2dX3AvPj3MEpfZgWTEF\",\n \"hex\": \"0x3a6491f88a0b399854dc0f03c56e55e4d0ccb590c4c0f584b6c74db7bfaf311e\"\n },\n \"coldkey\": {\n \"ss58\": \"5DLtaV9f3mBR3XpyWSefXSKvspq99jeupNbhXQM97YX9FQ29\",\n \"hex\": \"0x38943fff66a015dfc76ed622a2d983998c0a5af6bb6b6334341c2ed9bde1b278\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"2496877\",\n \"family_stake\": \"2496877\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5ENtwvTGKJg4QrQW1PYdwQfCGS9NFmPQyAST3ucWySxUFzrv\",\n \"hex\": \"0x665837e9789578cd44f781de154cb2644f7eeac4c0ca9e221608cb0d67767846\"\n },\n \"coldkey\": {\n \"ss58\": \"5H8XKJCahFaBN9SQ7p3e1GdBL1NeaFyRWhhBBjARGd5JxHyi\",\n \"hex\": \"0xe016aa43cb3c7aa4d74efe0e0c12a190bd7efbc5cc5bf36720f0101f8e54302a\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"4098953\",\n \"family_stake\": \"4098953\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5DV99B9bEsJK6643wF9CzQKcWozDfvciVtWaHDzXwPayDtAF\",\n \"hex\": \"0x3edf3d1ce3077c39d81afc76b0acf04270975cdf99417363130e20b45b294765\"\n },\n \"coldkey\": {\n \"ss58\": \"5DyRf6vR3dfbUNfJR5BamXDTVxY7dCFZjUwF6aNxEzfGj5ez\",\n \"hex\": \"0x5471b532b549869b613f90f86820cc5c3ea58e4c8b79ca7967a948ec51600927\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"5633303\",\n \"family_stake\": \"5633303\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5E2JHti7y1zqnhcXJ6rZg79ZY9SwRAxTehzQJM1JnYeawCim\",\n \"hex\": \"0x56a2a61bfaf08300c864fba7fc86538b18350a5b79cbd20238b6a8dfedb8a833\"\n },\n \"coldkey\": {\n \"ss58\": \"5Cg3a9Yd9uh8qXFQih2XxNjeR3K8qkrP1YuqEcBYXLxvNB9L\",\n \"hex\": \"0x1af3f4d056fc506fc576f2e01a4d6767d411ed8fe710ae36f2d355e936645a60\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"2564649\",\n \"family_stake\": \"2564649\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5F7JyNZasVK5gbpL2R5XrjqDpVcN7z36ivuyBUSnuNSLHNDv\",\n \"hex\": \"0x86b166980e90cfe6c79a0d17df111d3dc2da516d5d844c53450529090ad08b74\"\n },\n \"coldkey\": {\n \"ss58\": \"5D7Q5ecNRjd66XSFaxe1m5Yh7ZjeUd9VYkisxVs9tLRjftUH\",\n \"hex\": \"0x2e4a2130ae3db554ab9eb2160519605af22b3797684f3000329aadf40eb76a5e\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"21484793\",\n \"family_stake\": \"21484793\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5CqpQ29APwYkXu3z8mkQE7yp4hus3pubbgbuFrK95e3VCSUH\",\n \"hex\": \"0x22680f8623161d1de962b7881f2ab57e4c77e2a40ff28e10ef5faa3ff71de247\"\n },\n \"coldkey\": {\n \"ss58\": \"5HRB6bsPYMW6VRkW2M8rTYGdfSDk52pDkMR4SNhpSmvR4wmd\",\n \"hex\": \"0xecc9c62dba2f0a90ca02538786da22d8157c2433d672d638ee3f45774ca85e45\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"15856567\",\n \"family_stake\": \"15856567\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5Cz9SaLrZV6SDnhLiRb1vp3zd21h4T374XXs8L4YkZcFHSbU\",\n \"hex\": \"0x28c221c2df5427f80ade118f01ff24dfdbe62a0c2a2a29c3cb7eac78f9268e5d\"\n },\n \"coldkey\": {\n \"ss58\": \"5FXEeF9xjJyo3MoqWrAUvbWYs9AJLQxRQQYRpwETy5uU3MQh\",\n \"hex\": \"0x98f0b7108c46e6478f7445f91f71cf465f7d40a7267572b6b796a7a4e591da7c\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"3585983\",\n \"family_stake\": \"3585983\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5DPPpCaShxTokPUo1Tu25CFrNoRfLxp4upZ6TuuyB9HqYEVN\",\n \"hex\": \"0x3a7d28d338c22b877a0539344fccdd90f8c92fafe086d5ba28b4d6c592ca2620\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGj1c9p1VRkH13QQFqF3ErFf7WB3wA8muvcdcSD9oMnm96A\",\n \"hex\": \"0xe657ff4769f9f2f782c298dded2b2989bc36e7dcc65b5a7ba483cc8c87cf741c\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"6622972\",\n \"family_stake\": \"6622972\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5GKH9FPPnWSUoeeTJp19wVtd84XqFW4pyK2ijV2GsFbhTrP1\",\n \"hex\": \"0xbc0e6b701243978c1fe73d721c7b157943a713fca9f3c88cad7a9f7799bc6b26\"\n },\n \"coldkey\": {\n \"ss58\": \"5GcCZ2BPXBjgG88tXJCEtkbdg2hNrPbL4EFfbiVRvBZdSQDC\",\n \"hex\": \"0xc8f623c92b47ac9645d6744f3d448cdb7a2a3b08a22a39bfd1db0afbd9c07117\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"808576286204150\",\n \"family_stake\": \"808576286204150\",\n \"take\": \"0.08999771114671549554\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5HnCPqPM3kaY6wjt9mjHjKd6e85pw5obhiQ7J2vWBjvc7XDD\",\n \"hex\": \"0xfcd24b4be51fceb1c6eab8502e1ac5944a844df2ac7c0f849744b695a4163532\"\n },\n \"coldkey\": {\n \"ss58\": \"5HRB6bsPYMW6VRkW2M8rTYGdfSDk52pDkMR4SNhpSmvR4wmd\",\n \"hex\": \"0xecc9c62dba2f0a90ca02538786da22d8157c2433d672d638ee3f45774ca85e45\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"20426212\",\n \"family_stake\": \"20426212\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5EBz3poHAksnoPDz2a7xrjTpirE8LtUQUPGhkqGApiL2zU2t\",\n \"hex\": \"0x5e05b16aeca0b2a9721414ad3fc7385fe2b6a67278706154f54a8e4529645b5e\"\n },\n \"coldkey\": {\n \"ss58\": \"5HopAJpqjkrEZYdVuBiGUSBXWMBR8qzd1FZKCkno7sTkFVi3\",\n \"hex\": \"0xfe0df0f4e8c535d4c4a5c5d87a92de8bfda4ab39b69b0f0202cfc2759e2b443d\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"5018878\",\n \"family_stake\": \"5018878\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5CygY9EN872r2x62wHiuoPvTUYe61gifoDX1kaTw4qKdNG7T\",\n \"hex\": \"0x2867909c688efea207c9b1004d70f4c5a9c56eab2ce0bf333e616a44bc3a311b\"\n },\n \"coldkey\": {\n \"ss58\": \"5CCz7Vz1Ssp3Jju7Tsx1EKRY1aj4v9KUEfZYzTuaAkpJHmKM\",\n \"hex\": \"0x0650af537070ae9f711433c38307826dae29aafc45c5c1da099152775959a15c\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"8026488655\",\n \"family_stake\": \"8026488655\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5D4sqr4eWo2ChiJXqGhmZtdysTc1z8Q841xBjmc4xjdyvoXf\",\n \"hex\": \"0x2c5dd94745a9ad4d72b0916d2840aa3f7927dfbcb28e4333eec9ad399d4a3e06\"\n },\n \"coldkey\": {\n \"ss58\": \"5HoyVEQ8gkZmF6pDz2zgCLHR4VUJEKfJJD1qz7Qzy6dqKd1Q\",\n \"hex\": \"0xfe2d561546a7724adeba620a8ff3d8869b54c80c3750f6778769adc6c7d5bb0f\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"953841996\",\n \"family_stake\": \"953841996\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5H8h6TzHKuxJj68gUb6nnRGcGLF6Bn9QC9yRhUSqmTt6oi2x\",\n \"hex\": \"0xe03795582ea45e5ce83b8e51ec068d5e9dfa037a5e6424174025b97cecc0bf7e\"\n },\n \"coldkey\": {\n \"ss58\": \"5HKX1vgNfEUV1xNBqdQNgRyXfxqVoJcmBJ9SVPyRZ6g6oKQK\",\n \"hex\": \"0xe8795b38c9427f54287a9986f7c9c8802a31503c6de3b4af85ce6e6d6550d223\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"532677413\",\n \"family_stake\": \"532677413\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5EjhEJ1Ui5iprHqYkT55jx5re7jhEJbCD58HTAnyx7YgSsWV\",\n \"hex\": \"0x7634ed2f351b5b13c84dd38f9c8568c2bee7e5634cd34dd7bbf4f3380d057842\"\n },\n \"coldkey\": {\n \"ss58\": \"5Ei4pDw6XPFygj6RuKop2PQT6NykULADSDZLsDM8L2A5gAnc\",\n \"hex\": \"0x74f718e651f938fe11c92d842207ee177f0851c848cd1cc56e01e8bd09ca9232\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"0\",\n \"family_stake\": \"0\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5E4z3h9yVhmQyCFWNbY9BPpwhx4xFiPwq3eeqmBgVF6KULde\",\n \"hex\": \"0x58aef7b1efb44806fe14c6c58d0c1eb634a59fd2513f0ced6f2d10e0569af40d\"\n },\n \"coldkey\": {\n \"ss58\": \"5DSsZGwBuYHRDA7HzdZUVBhKKpZpJKcf7rTd9y5Gz1SQyo9V\",\n \"hex\": \"0x3d24492db9f83a5b27b95fe33ce43037f5b68feb8049701936b32a62651ebc93\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"148862999987234\",\n \"family_stake\": \"148862999987234\",\n \"take\": \"0.08999771114671549554\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5EyLSt3FoADvzwxAGTUmmMaeN42xpGtRmdg7iKkphBViQLmv\",\n \"hex\": \"0x809c668003d3a313d3ad7036601823e10d7538bbc668518ccf973181acaf6168\"\n },\n \"coldkey\": {\n \"ss58\": \"5F4hedK1Zro2HRa82i4sDnxnv5gXCBYrjntucjHg4Y1jcZYB\",\n \"hex\": \"0x84b4005f23281fe949ebd40e584d5262fb3886b80d849b19292fdbfc6b68482b\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"26861553403\",\n \"family_stake\": \"26861553403\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5ELPSQg4kr45ftDMKis5oDR9iHzUr8ReM6tCVWktEAapDz6D\",\n \"hex\": \"0x646e64568c8f722f027bc53ed39c4d01b1caf59ff08cd089b9d3f7ed712f746b\"\n },\n \"coldkey\": {\n \"ss58\": \"5DX7dZ6rWGDKaBVaJmG23fxW7sikeXbkH2gybhZfzSYrsZSP\",\n \"hex\": \"0x4060a4ddc2d76aa6618d2b3277c3ac1bc652c92f1bffe2d8ec0514f5644d6263\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"11882266\",\n \"family_stake\": \"11882266\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5CswNjNeAmwLs1onBreLd8cjc1KQscP3b2anAaqdqPvqSZVW\",\n \"hex\": \"0x24060a6d597c3c57a72618fbad6525efa0a6edb61b0a873ccd01d8e047020b1c\"\n },\n \"coldkey\": {\n \"ss58\": \"5D7Q5ecNRjd66XSFaxe1m5Yh7ZjeUd9VYkisxVs9tLRjftUH\",\n \"hex\": \"0x2e4a2130ae3db554ab9eb2160519605af22b3797684f3000329aadf40eb76a5e\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"13804281109\",\n \"family_stake\": \"13804281109\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5ELQLFFrkeJVxhQ9tBbzcXaujr6wCNvH8G5x9ub92FBWdc5M\",\n \"hex\": \"0x6471668cabca88a0ef6bd56221e5837b3469ead3177476cf50d18a634dac9113\"\n },\n \"coldkey\": {\n \"ss58\": \"5Ei4pDw6XPFygj6RuKop2PQT6NykULADSDZLsDM8L2A5gAnc\",\n \"hex\": \"0x74f718e651f938fe11c92d842207ee177f0851c848cd1cc56e01e8bd09ca9232\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"0\",\n \"family_stake\": \"0\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n \"parents\": []\n },\n {\n \"hotkey\": {\n \"ss58\": \"5DWmX9m33Tu66Qh12pr41Wk87LWcVkdyM9ZSNJFsks3QritF\",\n \"hex\": \"0x401cf24809a88c924842c7e0bfe568ff8b78f31c5640e157a6993af54896c400\"\n },\n \"coldkey\": {\n \"ss58\": \"5HRB6bsPYMW6VRkW2M8rTYGdfSDk52pDkMR4SNhpSmvR4wmd\",\n \"hex\": \"0xecc9c62dba2f0a90ca02538786da22d8157c2433d672d638ee3f45774ca85e45\"\n },\n \"block_number\": 4336207,\n \"timestamp\": \"2024-11-24T14:25:48Z\",\n \"netuid\": 0,\n \"stake\": \"17831547\",\n \"family_stake\": \"17831547\",\n \"take\": \"0.17999542229343099107\",\n \"childkey_take\": \"0\",\n \"children\": [],\n
/* … truncated, full schema in /api/openapi.json */400 — Bad request
Section titled “400 — Bad request”404 — Hotkey not found
Section titled “404 — Hotkey 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.