Skip to content

Get Root Subnet History

GET /api/metagraph/root/history/v1
NameInTypeRequiredDescription
hotkeyquerystringSS58 or hex format
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 — Metagraph history retrieved successfully

Section titled “200 — Metagraph history retrieved successfully”

Media: application/json

Schema
{
"type": "object",
"required": [
"pagination",
"data"
],
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"required": [
"hotkey",
"coldkey",
"uid",
"block_number",
"timestamp",
"stake",
"consensus",
"senator",
"rank",
"pruning_score",
"subnet_weights"
],
"properties": {
"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"
}
}
},
"consensus": {
"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"
}
}
},
"pruning_score": {
"type": "string"
},
"rank": {
"type": "string"
},
"senator": {
"type": "boolean"
},
"stake": {
"type": "string"
},
"subnet_weights": {},
"timestamp": {
"type": "string",
"format": "date-time"
},
"uid": {
"type": "integer",
"format": "int32"
}
}
}
},
"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\": 64,\n \"total_items\": 26741,\n \"total_pages\": 418,\n \"next_page\": 2,\n \"prev_page\": null\n },\n \"data\": [\n {\n \"hotkey\": {\n \"ss58\": \"5F2CsUDVbRbVMXTh9fAzF9GacjVX7UapvRxidrxe7z8BYckQ\",\n \"hex\": \"0x82cca2238d379e49d84e9e1b8df35dd496d6a8b4ca4f511ac9e38fa04d42f86b\"\n },\n \"coldkey\": {\n \"ss58\": \"5CMEwRYLefRmtJg7zzRyJtcXrQqmspr9B1r1nKySDReA37Z1\",\n \"hex\": \"0x0c9c8ec969246de9771893dd7e89e5e70483e860c45359b3223cd01d598f0c7d\"\n },\n \"uid\": 5,\n \"block_number\": 4336135,\n \"timestamp\": \"2024-11-24T14:11:24Z\",\n \"stake\": \"84170506936415\",\n \"consensus\": \"0.00738536659800106813\",\n \"senator\": false,\n \"rank\": \"0.00901808194094758526\",\n \"pruning_score\": \"0.02160677500572213321\",\n \"subnet_weights\": {\n \"0\": \"0\",\n \"1\": \"3.0000\",\n \"2\": \"2.0000\",\n \"3\": \"0\",\n \"4\": \"4.0000\",\n \"5\": \"3.0000\",\n \"6\": \"2.0000\",\n \"7\": \"3.0000\",\n \"8\": \"3.0000\",\n \"9\": \"1.0000\",\n \"10\": \"3.0000\",\n \"11\": \"2.0000\",\n \"12\": \"3.0000\",\n \"13\": \"2.0000\",\n \"14\": \"2.0000\",\n \"15\": \"1.0000\",\n \"16\": \"2.0000\",\n \"17\": \"3.0000\",\n \"18\": \"3.0000\",\n \"19\": \"3.0000\",\n \"20\": \"5.0000\",\n \"21\": \"1.0000\",\n \"22\": \"1.0000\",\n \"23\": \"3.0000\",\n \"24\": \"3.0000\",\n \"25\": \"2.0000\",\n \"26\": \"2.0000\",\n \"27\": \"3.0000\",\n \"28\": \"3.0000\",\n \"29\": \"1.0000\",\n \"30\": \"2.0000\",\n \"31\": \"2.0000\",\n \"32\": \"3.0000\",\n \"33\": \"2.0000\",\n \"34\": \"1.0000\",\n \"35\": \"1.0000\",\n \"36\": \"1.0000\",\n \"37\": \"1.0000\",\n \"38\": \"1.0000\",\n \"39\": \"1.0000\",\n \"40\": \"1.0000\",\n \"41\": \"1.0000\",\n \"42\": \"0\",\n \"43\": \"1.0000\",\n \"44\": \"1.0000\",\n \"45\": \"4.0000\",\n \"46\": \"1.0000\",\n \"47\": \"1.0000\",\n \"48\": \"1.0000\",\n \"49\": \"1.0000\",\n \"50\": \"1.0000\",\n \"51\": \"1.0000\",\n \"52\": \"1.0000\",\n \"53\": \"1.0000\",\n \"54\": \"0\",\n \"55\": \"0\",\n \"56\": \"0\"\n }\n },\n {\n \"hotkey\": {\n \"ss58\": \"5HK5tp6t2S59DywmHRWPBVJeJ86T61KjurYqeooqj8sREpeN\",\n \"hex\": \"0xe824c935940357af73c961bdd7387e1ab821ec2939ecd19daafe6081ae9ae674\"\n },\n \"coldkey\": {\n \"ss58\": \"5CAwB3dSiMC5jJfpvVU47zT3Gyz5ZDoiyHMaYZUuNs5hFh2P\",\n \"hex\": \"0x04c04d0aab0229a3e43fb5b00680932d53dee07d2756519fd72b2a81e6759163\"\n },\n \"uid\": 4,\n \"block_number\": 4336135,\n \"timestamp\": \"2024-11-24T14:11:24Z\",\n \"stake\": \"299543519846094\",\n \"consensus\": \"0.09689478904402227817\",\n \"senator\": true,\n \"rank\": \"0.14354161898222323949\",\n \"pruning_score\": \"0.3438315403982604715\",\n \"subnet_weights\": {\n \"0\": \"0\",\n \"1\": \"5.0000\",\n \"2\": \"0.5000\",\n \"3\": \"0\",\n \"4\": \"5.0000\",\n \"5\": \"0.5000\",\n \"6\": \"2.0000\",\n \"7\": \"1.0000\",\n \"8\": \"2.0000\",\n \"9\": \"5.0000\",\n \"10\": \"1.5000\",\n \"11\": \"4.0000\",\n \"12\": \"3.5000\",\n \"13\": \"5.0000\",\n \"14\": \"0\",\n \"15\": \"0\",\n \"16\": \"0.5000\",\n \"17\": \"2.0000\",\n \"18\": \"2.0000\",\n \"19\": \"5.0000\",\n \"20\": \"3.0000\",\n \"21\": \"5.5000\",\n \"22\": \"0\",\n \"23\": \"1.0000\",\n \"24\": \"5.5000\",\n \"25\": \"5.0000\",\n \"26\": \"1.0000\",\n \"27\": \"1.0000\",\n \"28\": \"0.5000\",\n \"29\": \"2.0000\",\n \"30\": \"1.0000\",\n \"31\": \"2.0000\",\n \"32\": \"2.0000\",\n \"33\": \"5.0000\",\n \"34\": \"2.0000\",\n \"35\": \"1.0000\",\n \"36\": \"2.0000\",\n \"37\": \"2.0000\",\n \"38\": \"0\",\n \"39\": \"3.0000\",\n \"40\": \"1.0000\",\n \"41\": \"1.0000\",\n \"42\": \"0\",\n \"43\": \"2.0000\",\n \"44\": \"1.0000\",\n \"45\": \"3.0000\",\n \"46\": \"0\",\n \"47\": \"1.0000\",\n \"48\": \"0\",\n \"49\": \"0\",\n \"50\": \"0\",\n \"51\": \"1.0000\",\n \"52\": \"1.0000\",\n \"53\": \"0\",\n \"54\": \"0\",\n \"55\": \"0\",\n \"56\": \"0\"\n }\n },\n {\n \"hotkey\": {\n \"ss58\": \"5C88zLBbob1g3p76ierkQAzLTbJCR1HqugaZKyzqU6r2Q12y\",\n \"hex\": \"0x029e56a5678c039a69485ade14699f7d0a28ef3b89416c263650779b609c1e16\"\n },\n \"coldkey\": {\n \"ss58\": \"5FyCxvqXd8ytwS11VKGkDARiJiheg51upuaYZdEkKDwLtYyv\",\n \"hex\": \"0xacbf728af22723f42c901b43c2dfd7e8d614dac0af030dbbb19569822c9c1747\"\n },\n \"uid\": 40,\n \"block_number\": 4336135,\n \"timestamp\": \"2024-11-24T14:11:24Z\",\n \"stake\": \"2927991552\",\n \"consensus\": \"0.01008621347371633478\",\n \"senator\": false,\n \"rank\": \"0.01434348058289463645\",\n \"pruning_score\": \"0.03437857633325703822\",\n \"subnet_weights\": {\n \"0\": \"0\",\n \"1\": \"100.0000\",\n \"2\": \"0\",\n \"3\": \"0\",\n \"4\": \"0\",\n \"5\": \"0\",\n \"6\": \"0\",\n \"7\": \"0\",\n \"8\": \"0\",\n \"9\": \"0\",\n \"10\": \"0\",\n \"11\": \"0.0000\",\n \"12\": \"0\",\n \"13\": \"0\",\n \"14\": \"0\",\n \"15\": \"0\",\n \"16\": \"0\",\n \"17\": \"0\",\n \"18\": \"0\",\n \"19\": \"0\",\n \"20\": \"0\",\n \"21\": \"0\",\n \"22\": \"0\",\n \"23\": \"0\",\n \"24\": \"0\",\n \"25\": \"0\",\n \"26\": \"0\",\n \"27\": \"0\",\n \"28\": \"0\",\n \"29\": \"0\",\n \"30\": \"0\",\n \"31\": \"0\",\n \"32\": \"0\",\n \"33\": \"0\",\n \"34\": \"0\",\n \"35\": \"0\",\n \"36\": \"0\",\n \"37\": \"0\",\n \"38\": \"0\",\n \"39\": \"0\",\n \"40\": \"0\",\n \"41\": \"0\",\n \"42\": \"0\",\n \"43\": \"0\",\n \"44\": \"0\",\n \"45\": \"0\",\n \"46\": \"0\",\n \"47\": \"0\",\n \"48\": \"0\",\n \"49\": \"0\",\n \"50\": \"0\",\n \"51\": \"0\",\n \"52\": \"0\",\n \"53\": \"0\",\n \"54\": \"0\",\n \"55\": \"0\",\n \"56\": \"0\"\n }\n },\n {\n \"hotkey\": {\n \"ss58\": \"5H6BgKkAr2Anmm9Xw5BVDE4VaQmFEVMkJUHeT7Gki4J7yF4x\",\n \"hex\": \"0xde4e11940aec8bec137f9df5735e315c90f9a1ecfc50365c542ddb41e0e65c65\"\n },\n \"coldkey\": {\n \"ss58\": \"5HEmkevP57ys3xGXi86CF3qAWsSzuPjYzxToUxFvC3jLCei3\",\n \"hex\": \"0xe4dabcc98d48a51a99f604938cb1736e647d6d790ceba7ac2625deda7e10d355\"\n },\n \"uid\": 27,\n \"block_number\": 4336135,\n \"timestamp\": \"2024-11-24T14:11:24Z\",\n \"stake\": \"482037208703\",\n \"consensus\": \"0.00929274433508812085\",\n \"senator\": false,\n \"rank\": \"0.01081864652475776303\",\n \"pruning_score\": \"0.02592507820248722057\",\n \"subnet_weights\": {\n \"0\": \"0\",\n \"1\": \"14.2857\",\n \"2\": \"0.0000\",\n \"3\": \"0.0000\",\n \"4\": \"14.2857\",\n \"5\": \"14.2857\",\n \"6\": \"0\",\n \"7\": \"0\",\n \"8\": \"14.2857\",\n \"9\": \"14.2857\",\n \"10\": \"0\",\n \"11\": \"0.0000\",\n \"12\": \"0\",\n \"13\": \"0\",\n \"14\": \"0\",\n \"15\": \"0\",\n \"16\": \"0\",\n \"17\": \"0\",\n \"18\": \"28.5714\",\n \"19\": \"0\",\n \"20\": \"0\",\n \"21\": \"0\",\n \"22\": \"0\",\n \"23\": \"0\",\n \"24\": \"0\",\n \"25\": \"0\",\n \"26\": \"0\",\n \"27\": \"0\",\n \"28\": \"0\",\n \"29\": \"0\",\n \"30\": \"0\",\n \"31\": \"0\",\n \"32\": \"0\",\n \"33\": \"0\",\n \"34\": \"0\",\n \"35\": \"0\",\n \"36\": \"0\",\n \"37\": \"0\",\n \"38\": \"0\",\n \"39\": \"0\",\n \"40\": \"0\",\n \"41\": \"0\",\n \"42\": \"0\",\n \"43\": \"0\",\n \"44\": \"0\",\n \"45\": \"0\",\n \"46\": \"0\",\n \"47\": \"0\",\n \"48\": \"0\",\n \"49\": \"0\",\n \"50\": \"0\",\n \"51\": \"0\",\n \"52\": \"0\",\n \"53\": \"0\",\n \"54\": \"0\",\n \"55\": \"0\",\n \"56\": \"0\"\n }\n },\n {\n \"hotkey\": {\n \"ss58\": \"5FcXnzNo3mrqReTEY4ftkg5iXRBi61iyvM4W1bywZLRqfxAY\",\n \"hex\": \"0x9cfaad41f06ee5e2219c74c57e1107ea113f2e09ce355522b291cbceb222df69\"\n },\n \"coldkey\": {\n \"ss58\": \"5HeQuPVRSZVE3LWdKx9q6upyCi53TjQ4a2S8mnJ5emyWFf5b\",\n \"hex\": \"0xf6e27117cf7563a38148658fecdea207fad57139698cfcd66b47b25b19d24917\"\n },\n \"uid\": 43,\n \"block_number\": 4336135,\n \"timestamp\": \"2024-11-24T14:11:24Z\",\n \"stake\": \"64953658371\",\n \"consensus\": \"0.00459296559090562295\",\n \"senator\": false,\n \"rank\": \"0.00576791027695124743\",\n \"pruning_score\": \"0.01383993286030365454\",\n \"subnet_weights\": {\n \"0\": \"0\",\n \"1\": \"0\",\n \"2\": \"0.0000\",\n \"3\": \"0.0000\",\n \"4\": \"16.6667\",\n \"5\": \"16.6667\",\n \"6\": \"0\",\n \"7\": \"0.0000\",\n \"8\": \"16.6667\",\n \"9\": \"16.6667\",\n \"10\": \"0.0000\",\n \"11\": \"0\",\n \"12\": \"0\",\n \"13\": \"0\",\n \"14\": \"0\",\n \"15\": \"0\",\n \"16\": \"0\",\n \"17\": \"0\",\n \"18\": \"16.6667\",\n \"19\": \"0\",\n \"20\": \"0\",\n \"21\": \"0\",\n \"22\": \"0\",\n \"23\": \"0\",\n \"24\": \"0\",\n \"25\": \"0\",\n \"26\": \"0\",\n \"27\": \"16.6667\",\n \"28\": \"0\",\n \"29\": \"0\",\n \"30\": \"0\",\n \"31\": \"0\",\n \"32\": \"0\",\n \"33\": \"0\",\n \"34\": \"0\",\n \"35\": \"0\",\n \"36\": \"0\",\n \"37\": \"0\",\n \"38\": \"0\",\n \"39\": \"0\",\n \"40\": \"0\",\n \"41\": \"0\",\n \"42\": \"0\",\n \"43\": \"0\",\n \"44\": \"0\",\n \"45\": \"0\",\n \"46\": \"0\",\n \"47\": \"0\",\n \"48\": \"0\",\n \"49\": \"0\",\n \"50\": \"0\",\n \"51\": \"0\",\n \"52\": \"0\",\n \"53\": \"0\",\n \"54\": \"0\",\n \"55\": \"0\",\n \"56\": \"0\"\n }\n },\n {\n \"hotkey\": {\n \"ss58\": \"5Fq5v71D4LX8Db1xsmRSy6udQThcZ8sFDqxQFwnUZ1BuqY5A\",\n \"hex\": \"0xa68dc1932f29b5e5eb4285713dd9a6ce4c9f3c575b66184b1583515114f67b1e\"\n },\n \"coldkey\": {\n \"ss58\": \"5EqnBs8XTFKqkA7B3xmzY6rWQGcBEqXYKebP7EhMtFrUKcrL\",\n \"hex\": \"0x7ad916e66974562b63548c00f454d4d621be3373ed0de850a10d9c368fb6942e\"\n },\n \"uid\": 31,\n \"block_number\": 4336135,\n \"timestamp\": \"2024-11-24T14:11:24Z\",\n \"stake\": \"33104783586888\",\n \"consensus\": \"0.01849393453879606317\",\n \"senator\": false,\n \"rank\": \"0.02281223773556115053\",\n \"pruning_score\": \"0.05467307545586327916\",\n \"subnet_weights\": {\n \"0\": \"100.0000\",\n \"1\": \"0\",\n \"2\": \"0\",\n \"3\": \"0\",\n \"4\": \"0\",\n \"5\": \"0\",\n \"6\": \"0\",\n \"7\": \"0\",\n \"8\": \"0\",\n \"9\": \"0\",\n \"10\": \"0\",\n \"11\": \"0\",\n \"12\": \"0\",\n \"13\": \"0\",\n \"14\": \"0\",\n \"15\": \"0\",\n \"16\": \"0\",\n \"17\": \"0\",\n \"18\": \"0\",\n \"19\": \"0\",\n \"20\": \"0\",\n \"21\": \"0\",\n \"22\": \"0\",\n \"23\": \"0\",\n \"24\": \"0\",\n \"25\": \"0\",\n \"26\": \"0\",\n \"27\": \"0\",\n \"28\": \"0\",\n \"29\": \"0\",\n \"30\": \"0\",\n \"31\": \"0\",\n \"32\": \"0\",\n \"33\": \"0\",\n \"34\": \"0\",\n \"35\": \"0\",\n \"36\": \"0\",\n \"37\": \"0\",\n \"38\": \"0\",\n \"39\": \"0\",\n \"40\": \"0\",\n \"41\": \"0\",\n \"42\": \"0\",\n \"43\": \"0\",\n \"44\": \"0\",\n \"45\": \"0\",\n \"46\": \"0\",\n \"47\": \"0\",\n \"48\": \"0\",\n \"49\": \"0\",\n \"50\": \"0\",\n \"51\": \"0\",\n \"52\": \"0\",\n \"53\": \"0\",\n \"54\": \"0\",\n \"55\": \"0\",\n \"56\": \"0\"\n }\n },\n {\n \"hotkey\": {\n \"ss58\": \"5DQ2Geab6G25wiZ4jGH6wJM8fekrm1QhV9hrRuntjBVxxKZm\",\n \"hex\": \"0x3af7e19ea604f5275dcdb1e27570f67607ffa6c64e361d442cf35f6abcbfee0a\"\n },\n \"coldkey\": {\n \"ss58\": \"5DALJz7mndb2b4bAaxtokVSrKpd9PS48qYPyYerb4xFs7KDb\",\n \"hex\": \"0x30872cb8fc561e0c968e34f58d10af7a46331fa5d165d7f0f3a320b517651a71\"\n },\n \"uid\": 9,\n \"block_number\": 4336135,\n \"timestamp\": \"2024-11-24T14:11:24Z\",\n \"stake\": \"63007888626912\",\n \"consensus\": \"0.05426108186465247578\",\n \"senator\": false,\n \"rank\": \"0.07138170443274586099\",\n \"pruning_score\": \"0.23736934462500953689\",\n \"subnet_weights\": {\n \"0\": \"8.3152\",\n \"1\": \"1.4151\",\n \"2\": \"19.4495\",\n \"3\": \"0.4487\",\n \"4\": \"1.8742\",\n \"5\": \"0.7909\",\n \"6\": \"0.4472\",\n \"7\": \"0.3279\",\n \"8\": \"1.0067\",\n \"9\": \"2.3852\",\n \"10\": \"0.6850\",\n \"11\": \"1.4750\",\n \"12\": \"0.9265\",\n \"13\": \"0.9654\",\n \"14\": \"3.7519\",\n \"15\": \"0.2813\",\n \"16\": \"0.6143\",\n \"17\": \"1.2153\",\n \"18\": \"1.5664\",\n \"19\": \"2.5873\",\n \"20\": \"0.5274\",\n \"21\": \"0.7672\",\n \"22\": \"1.1373\",\n \"23\": \"1.8255\",\n \"24\": \"5.5278\",\n \"25\": \"1.0506\",\n \"26\": \"0.4998\",\n \"27\": \"1.3563\",\n \"28\": \"0.6862\",\n \"29\": \"0.7087\",\n \"30\": \"4.3481\",\n \"31\": \"0.6155\",\n \"32\": \"0.5657\",\n \"33\": \"1.2438\",\n \"34\": \"2.5885\",\n \"35\": \"0.3140\",\n \"36\": \"0.2169\",\n \"37\": \"0.6381\",\n \"38\": \"5.4085\",\n \"39\": \"9.4715\",\n \"40\": \"0.2276\",\n \"41\": \"0.5336\",\n \"42\": \"0.0715\",\n \"43\": \"0.4523\",\n \"44\": \"0.2671\",\n \"45\": \"0.4122\",\n \"46\": \"0.2929\",\n \"47\": \"0.1712\",\n \"48\": \"3.7653\",\n \"49\": \"0.4582\",\n \"50\": \"0.7704\",\n \"51\": \"1.1462\",\n \"52\": \"0.8443\",\n \"53\": \"0.5496\",\n \"54\": \"0.0107\",\n \"55\": \"0\",\n \"56\": \"0\"\n }\n },\n {\n \"hotkey\": {\n \"ss58\": \"5CsvRJXuR955WojnGMdok1hbhffZyB4N5ocrv82f3p5A2zVp\",\n \"hex\": \"0x2402d2dd859f24ff5305ce12d54e02f3c2cafe6788af4b405bbe0d407695af37\"\n },\n \"coldkey\": {\n \"ss58\": \"5EJAqczgzCMvWcmXhKMZH4vMS5gPy8BjeuHjz5o5yN6RYzX2\",\n \"hex\": \"0x62bd7c89cb48ba4c074c5fac9f94df57754e8ab9b319af34d0e05d35e8deeb26\"\n },\n \"uid\": 15,\n \"block_number\": 4336135,\n \"timestamp\": \"2024-11-24T14:11:24Z\",\n \"stake\": \"581347869471931\",\n \"consensus\": \"0\",\n \"senator\": false,\n \"rank\": \"0\",\n \"pruning_score\": \"0.50025177386129549096\",\n \"subnet_weights\": {\n \"0\": \"0.0032\",\n \"1\": \"1.8064\",\n \"2\": \"0.5746\",\n \"3\": \"0.0915\",\n \"4\": \"23.3447\",\n \"5\": \"0.0524\",\n \"6\": \"0.0196\",\n \"7\": \"0.0915\",\n \"8\": \"15.4961\",\n \"9\": \"0.1920\",\n \"10\": \"0.0025\",\n \"11\": \"0.0492\",\n \"12\": \"0.0196\",\n \"13\": \"7.0467\",\n \"14\": \"0.6337\",\n \"15\": \"0.5115\",\n \"16\": \"0.6515\",\n \"17\": \"0.4834\",\n \"18\": \"13.5188\",\n \"19\": \"17.0001\",\n \"20\": \"0.0292\",\n \"21\": \"0.0018\",\n \"22\": \"0\",\n \"23\": \"0.3131\",\n \"24\": \"0.0484\",\n \"25\": \"0.8702\",\n \"26\": \"0.0007\",\n \"27\": \"0.0007\",\n \"28\": \"0.0192\",\n \"29\": \"0.0235\",\n \"30\": \"4.3327\",\n \"31\": \"0.0331\",\n \"32\": \"2.6991\",\n \"33\": \"0.6130\",\n \"34\": \"0.3138\",\n \"35\": \"0\",\n \"36\": \"0.0171\",\n \"37\": \"0.0527\",\n \"38\": \"0\",\n \"39\": \"0.0919\",\n \"40\": \"1.7081\",\n \"41\": \"0.0385\",\n \"42\": \"0.0912\",\n \"43\": \"0.0011\",\n \"44\": \"0\",\n \"45\": \"0.0007\",\n \"46\": \"0.0944\",\n \"47\": \"1.9877\",\n \"48\": \"0.3651\",\n \"49\": \"0\",\n \"50\": \"0\",\n \"51\": \"4.5671\",\n \"52\": \"0.0969\",\n \"53\": \"0\",\n \"54\": \"0\",\n \"55\": \"0\",\n \"56\": \"0\"\n }\n },\n {\n \"hotkey\": {\n \"ss58\": \"5GKhHdE45J4w8brXDFrDGFafWbpauGGtkuYQDr8eY3cGDq6J\",\n \"hex\": \"0xbc5fb271fc4661a99401c8de201f57f38590d7882b3b2c5d2f64a9e809925800\"\n },\n \"coldkey\": {\n \"ss58\": \"5HEPskwiZQxqMdUr5LjQ2QynNtGvR6Fb3hcRiRQXZfSkbk2J\",\n \"hex\": \"0xe4911755d67b52af96b4ae1cfc0ba6f76a3c1b38a4bd5ad10e030deadce45531\"\n },\n \"uid\": 26,\n \"block_number\": 4336135,\n \"timestamp\": \"2024-11-24T14:11:24Z\",\n \"stake\": \"19057529\",\n \"consensus\": \"0\",\n \"senator\": false,\n \"rank\": \"0\",\n \"pruning_score\": \"0.00003051804379339284\",\n \"subnet_weights\": {\n \"0\": \"0\",\n \"1\": \"0\",\n \"2\": \"0\",\n \"3\": \"0\",\n \"4\": \"0\",\n \"5\": \"0\",\n \"6\": \"0\",\n \"7\": \"0\",\n \"8\": \"0\",\n \"9\": \"0\",\n \"10\": \"0\",\n \"11\": \"0\",\n \"12\": \"0\",\n \"13\": \"0\",\n \"14\": \"0\",\n \"15\": \"0\",\n \"16\": \"0\",\n \"17\": \"0\",\n \"18\": \"0\",\n \"19\": \"0\",\n \"20\": \"0\",\n \"21\": \"0\",\n \"22\": \"100.0000\",\n \"23\": \"0\",\n \"24\": \"0\",\n \"25\": \"0\",\n \"26\": \"0\",\n \"27\": \"0\",\n \"28\": \"0\",\n \"29\": \"0\",\n \"30\": \"0\",\n \"31\": \"0\",\n \"32\": \"0\",\n \"33\": \"0\",\n \"34\": \"0\",\n \"35\": \"0\",\n \"36\": \"0\",\n \"37\": \"0\",\n \"38\": \"0\",\n \"39\": \"0\",\n \"40\": \"0\",\n \"41\": \"0\",\n \"42\": \"0\",\n \"43\":
/* … 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.