Get Validator (dTao)
Endpoint
Section titled “Endpoint”GET /api/dtao/validator/latest/v1Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
hotkey | query | string | Hotkey of the the validator | |
stake_min | query | string | min stake as rao | |
stake_max | query | string | max stake as rao | |
apr_min | query | string | apr min as number | |
apr_max | query | string | max apr as number | |
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": 50, "default": 0 }, "total_items": { "type": "integer", "example": 473, "default": 0 }, "total_pages": { "type": "integer", "example": 10, "default": 0 }, "next_page": { "type": "integer", "example": 2, "default": 0 }, "prev_page": {} } }, "data": { "type": "array", "items": { "type": "object", "properties": { "hotkey": { "type": "object", "properties": { "ss58": { "type": "string", "example": "5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3" }, "hex": { "type": "string", "example": "0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28" } } }, "coldkey": { "type": "object", "properties": { "ss58": { "type": "string", "example": "5HBtpwxuGNL1gwzwomwR7sjwUt8WXYSuWcLYN6f9KpTZkP4k" }, "hex": { "type": "string", "example": "0xe2a8d08674697d6ee2ccec36f0e207653788275b619392256e509be04d32950d" } } }, "name": { "type": "string", "example": "Open\u03c4ensor Founda\u03c4ion" }, "block_number": { "type": "integer", "example": 4107250, "default": 0 }, "timestamp": { "type": "string", "example": "2024-10-23T16:35:36.007Z" }, "rank": { "type": "integer", "example": 1, "default": 0 }, "nominators": { "type": "integer", "example": 8695, "default": 0 }, "nominators_24_hr_change": { "type": "integer", "example": 2, "default": 0 }, "system_stake": { "type": "string", "example": "5938884588046439" }, "stake": { "type": "string", "example": "876338463769258" }, "stake_24_hr_change": { "type": "string", "example": "-1199511103826" }, "dominance": { "type": "string", "example": "14.75594365873212499149" }, "validator_stake": { "type": "string", "example": "64382133439699" }, "take": { "type": "string", "example": "0.17999542229343099107" }, "total_daily_return": { "type": "string", "example": "359233766198" }, "validator_return": { "type": "string", "example": "64660433449" }, "nominator_return_per_k": { "type": "string", "example": "336141052" }, "apr": { "type": "string", "example": "0.1226914838257602856" }, "nominator_return_per_k_7_day_average": { "type": "string", "example": "341038826" }, "nominator_return_per_k_30_day_average": { "type": "string", "example": "355607777" }, "apr_7_day_average": { "type": "string", "example": "0.12447917149" }, "apr_30_day_average": { "type": "string", "example":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.