Get Validator Performance
Endpoint
Section titled “Endpoint”GET /api/validator/performance/v1Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
hotkey | query | string | ✅ | SS58 or hex format |
netuid | query | integer | ✅ | subnet |
page | query | integer | The page number of the response. | |
limit | query | integer | The number of responses. max is 200, | |
order | query | — |
Responses
Section titled “Responses”200 — Validator performance retrieved successfully
Section titled “200 — Validator performance retrieved successfully”Media: application/json
Schema
{ "type": "object", "required": [ "pagination", "data" ], "properties": { "data": { "type": "array", "items": { "type": "object", "required": [ "netuid", "hotkey", "block_number", "timestamp", "emission", "blocks_since_weights_set", "update_status", "tempo" ], "properties": { "block_number": { "type": "integer", "format": "int32" }, "blocks_since_weights_set": { "type": "integer", "format": "int32" }, "emission": { "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" }, "tempo": { "type": "integer", "format": "int32" }, "timestamp": { "type": "string", "format": "date-time" }, "update_status": { "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\": 200,\n \"total_items\": 140,\n \"total_pages\": 1,\n \"next_page\": null,\n \"prev_page\": null\n },\n \"data\": [\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4107444,\n \"timestamp\": \"2024-10-23T17:14:24.001Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 196366,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4107083,\n \"timestamp\": \"2024-10-23T16:02:12.001Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 196005,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4106722,\n \"timestamp\": \"2024-10-23T14:50:00.004Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 195644,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4106361,\n \"timestamp\": \"2024-10-23T13:37:48.001Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 195283,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4106000,\n \"timestamp\": \"2024-10-23T12:25:36.001Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 194922,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4105639,\n \"timestamp\": \"2024-10-23T11:13:24.001Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 194561,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4105278,\n \"timestamp\": \"2024-10-23T10:01:12.001Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 194200,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4104917,\n \"timestamp\": \"2024-10-23T08:49:00Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 193839,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4104556,\n \"timestamp\": \"2024-10-23T07:36:48Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 193478,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4104195,\n \"timestamp\": \"2024-10-23T06:24:24Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 193117,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4103834,\n \"timestamp\": \"2024-10-23T05:12:12Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 192756,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4103473,\n \"timestamp\": \"2024-10-23T03:59:48.003Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 192395,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4103112,\n \"timestamp\": \"2024-10-23T02:47:36.001Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 192034,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4102751,\n \"timestamp\": \"2024-10-23T01:35:24.003Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 191673,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4102390,\n \"timestamp\": \"2024-10-23T00:23:12.008Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 191312,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4102029,\n \"timestamp\": \"2024-10-22T23:11:00Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 190951,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4101668,\n \"timestamp\": \"2024-10-22T21:58:48.001Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 190590,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4101307,\n \"timestamp\": \"2024-10-22T20:46:36Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 190229,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4100946,\n \"timestamp\": \"2024-10-22T19:34:24Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 189868,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4100585,\n \"timestamp\": \"2024-10-22T18:22:12.001Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 189507,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4100224,\n \"timestamp\": \"2024-10-22T17:10:00.004Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 189146,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4099863,\n \"timestamp\": \"2024-10-22T15:57:48.001Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 188785,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4099502,\n \"timestamp\": \"2024-10-22T14:45:36.001Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 188424,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4099141,\n \"timestamp\": \"2024-10-22T13:33:24Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 188063,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4098780,\n \"timestamp\": \"2024-10-22T12:21:12Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 187702,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4098419,\n \"timestamp\": \"2024-10-22T11:09:00Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 187341,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4098058,\n \"timestamp\": \"2024-10-22T09:56:48Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 186980,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4097697,\n \"timestamp\": \"2024-10-22T08:44:36.001Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 186619,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4097336,\n \"timestamp\": \"2024-10-22T07:32:24Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 186258,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4096975,\n \"timestamp\": \"2024-10-22T06:20:12Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 185897,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4096614,\n \"timestamp\": \"2024-10-22T05:08:00.001Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 185536,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4096253,\n \"timestamp\": \"2024-10-22T03:55:36.002Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 185175,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4095892,\n \"timestamp\": \"2024-10-22T02:43:24Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 184814,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4095531,\n \"timestamp\": \"2024-10-22T01:31:12.001Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 184453,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4095170,\n \"timestamp\": \"2024-10-22T00:19:00Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 184092,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4094809,\n \"timestamp\": \"2024-10-21T23:06:48Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 183731,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4094448,\n \"timestamp\": \"2024-10-21T21:54:36Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 183370,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4094087,\n \"timestamp\": \"2024-10-21T20:42:24Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 183009,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4093726,\n \"timestamp\": \"2024-10-21T19:30:12Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 182648,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4093365,\n \"timestamp\": \"2024-10-21T18:18:00Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 182287,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4093004,\n \"timestamp\": \"2024-10-21T17:05:48Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 181926,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4092643,\n \"timestamp\": \"2024-10-21T15:53:36Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 181565,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4092282,\n \"timestamp\": \"2024-10-21T14:41:24Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 181204,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4091921,\n \"timestamp\": \"2024-10-21T13:29:12.001Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 180843,\n \"update_status\": 2,\n \"tempo\": 360\n },\n {\n \"netuid\": 12,\n \"hotkey\": {\n \"ss58\": \"5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA\",\n \"hex\": \"0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18\"\n },\n \"block_number\": 4091560,\n \"timestamp\": \"2024-10-21T12:17:00.002Z\",\n \"emission\": \"0\",\n \"blocks_since_weights_set\": 180482,
/* … truncated, full schema in /api/openapi.json */400 — Bad request
Section titled “400 — Bad request”404 — Validator performance not found
Section titled “404 — Validator performance 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.