Skip to content

Get Validator Metrics History

GET /api/validator/metrics/history/v1
NameInTypeRequiredDescription
hotkeyquerystringValidator Hotkey
coldkeyquerystringValidator coldkey
netuidqueryintegersubnet
block_numberqueryintegerThe exact block number
block_startqueryintegerblock number for start of range
block_endqueryintegerblock number for end of range
timestamp_startqueryintegerStart of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive)
timestamp_endqueryintegerStart 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,
orderquerystring

Media: application/json

{
"type": "object",
"properties": {
"pagination": {
"type": "object",
"properties": {
"current_page": {
"type": "integer",
"example": 1,
"default": 0
},
"per_page": {
"type": "integer",
"example": 50,
"default": 0
},
"total_items": {
"type": "integer",
"example": 5020104,
"default": 0
},
"total_pages": {
"type": "integer",
"example": 100403,
"default": 0
},
"next_page": {
"type": "integer",
"example": 2,
"default": 0
},
"prev_page": {}
}
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"coldkey": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5GbwSp7m4AF1hYpoXtkwaveDjuNHifHJbktfW2UkQfVVenLg"
},
"hex": {
"type": "string",
"example": "0xc8c348f4594ec3ff5ecd1dddb5bdea346c6139c01e525b65c1b1437a40f4061d"
}
}
},
"hotkey": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5F4i7Mh2FtxyP4cKMkQ4cExRZL6JuJ5t3JMgsybqFF8z9VrH"
},
"hex": {
"type": "string",
"example": "0x84b58d8a47c3f75b38416776042702e6f7b4bdecd102df0cf2ef686d4ac5ce67"
}
}
},
"netuid": {
"type": "integer",
"example": 21,
"default": 0
},
"uid": {
"type": "integer",
"example": 88,
"default": 0
},
"block_number": {
"type": "integer",
"example": 4107515,
"default": 0
},
"timestamp": {
"type": "string",
"example": "2024-10-23T17:28:36.001Z"
},
"active": {
"type": "boolean",
"example": false,
"default": true
},
"validator_permit": {
"type": "boolean",
"example": false,
"default": true
},
"is_immunity_period": {
"type": "boolean",
"example": false,
"default": true
},
"updated": {
"type": "integer",
"example": 707575,
"default": 0
},
"registered_block_number": {
"type": "integer",
"example": 3963260,
"default": 0
},
"rank": {
"type": "integer",
"example": 0,
"default": 0
},
"validator_trust": {
"type": "string",
"example": "0"
},
"stake": {
"type": "string",
"example": "0"
},
"emission": {
"type": "string",
"example": "452899371"
},
"daily_reward": {
"type": "string",
"example": "9057987420"
},
"incentive": {
"type": "string",
"example": "0.21431296253910124361"
},
"consensus": {
"type": "string",
"example": "0.1816281376363775082"
},
"dividends": {
"type": "string",
"example": "0"
},
"trust": {
"type": "string",
"example": "0.89900053406576638437"
},
"axon_info": {}
}
}
}
}
}

Media: application/json

{
"type": "object",
"properties": {}
}

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