Skip to content

Get Validator Performance

GET /api/validator/performance/v1
NameInTypeRequiredDescription
hotkeyquerystringValidator hotkey address
netuidqueryintegersubnet
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": 200,
"default": 0
},
"total_items": {
"type": "integer",
"example": 140,
"default": 0
},
"total_pages": {
"type": "integer",
"example": 1,
"default": 0
},
"next_page": {},
"prev_page": {}
}
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"netuid": {
"type": "integer",
"example": 12,
"default": 0
},
"hotkey": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA"
},
"hex": {
"type": "string",
"example": "0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18"
}
}
},
"block_number": {
"type": "integer",
"example": 4107444,
"default": 0
},
"timestamp": {
"type": "string",
"example": "2024-10-23T17:14:24.001Z"
},
"emission": {
"type": "string",
"example": "0"
},
"blocks_since_weights_set": {
"type": "integer",
"example": 196366,
"default": 0
},
"update_status": {
"type": "integer",
"example": 2,
"default": 0
},
"tempo": {
"type": "integer",
"example": 360,
"default": 0
}
}
}
}
}
}

Media: application/json

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

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