Get Validator Performance
Endpoint
Section titled “Endpoint”GET /api/validator/performance/v1Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
hotkey | query | string | ✅ | Validator hotkey address |
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 | string |
Responses
Section titled “Responses”200 — 200
Section titled “200 — 200”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 } } } } }}400 — 400
Section titled “400 — 400”Media: application/json
{ "type": "object", "properties": {}}Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.