Get Validator Metrics
Endpoint
Section titled “Endpoint”GET /api/validator/metrics/latest/v1Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
hotkey | query | string | Validator hotkey | |
coldkey | query | string | validator coldkey | |
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": 5, "default": 0 }, "total_items": { "type": "integer", "example": 12974, "default": 0 }, "total_pages": { "type": "integer", "example": 2595, "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": "5GhCP4Ss4XyiMYS4asHP6jN9EcjnAU79sjRhDWtP41CPEL4y" }, "hex": { "type": "string", "example": "0xccc5c9e70f63d5475d61cdce984668958c68a8c0ee528b0537e79f9e63c9e50a" } } }, "hotkey": { "type": "object", "properties": { "ss58": { "type": "string", "example": "5FBvGUf3FhJfzLnDKwHCVqtycVzuK4uLqmx1dyYd4xFpP8Th" }, "hex": { "type": "string", "example": "0x8a35321620fbc616fb51ce20489c8069cc83963cc9a8f6ae0f1e7a6b533a1755" } } }, "netuid": { "type": "integer", "example": 0, "default": 0 }, "uid": { "type": "integer", "example": 44, "default": 0 }, "block_number": { "type": "integer", "example": 4107535, "default": 0 }, "timestamp": { "type": "string", "example": "2024-10-23T17:32:36.002Z" }, "active": { "type": "boolean", "example": false, "default": true }, "validator_permit": { "type": "boolean", "example": true, "default": true }, "is_immunity_period": { "type": "boolean", "example": false, "default": true }, "updated": { "type": "integer", "example": 2697606, "default": 0 }, "registered_block_number": { "type": "integer", "example": 1409929, "default": 0 }, "rank": { "type": "integer", "example": 52, "default": 0 }, "validator_trust": { "type": "string", "example": "0" }, "stake": { "type": "string", "example": "1176549717" }, "emission": { "type": "string", "example": "0" }, "daily_reward": { "type": "string", "example": "0" }, "incentive": { "type": "string", "example": "0.00160219729915312428" }, "consensus": { "type": "string", "example": "0.00120546272983901732" }, "dividends": { "type": "string", "example": "0" }, "trust": { "type": "string", "example": "0.22493324177920195315" }, "axon_info": {} } } } }}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.