Get Validator Yield
Endpoint
Section titled “Endpoint”GET /api/dtao/validator/yield/latest/v1Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
hotkey | query | string | Validator hotkey | |
netuid | query | integer | subnet | |
min_stake | query | string | min stake in rao | |
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": 2605, "default": 0 }, "total_pages": { "type": "integer", "example": 53, "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": "5GKH9FPPnWSUoeeTJp19wVtd84XqFW4pyK2ijV2GsFbhTrP1" }, "hex": { "type": "string", "example": "0xbc0e6b701243978c1fe73d721c7b157943a713fca9f3c88cad7a9f7799bc6b26" } } }, "name": { "type": "string", "example": "Taostats & Corcel" }, "netuid": { "type": "integer", "example": 0, "default": 0 }, "block_number": { "type": "integer", "example": 5373830, "default": 0 }, "timestamp": { "type": "string", "example": "2025-04-17T21:19:36Z" }, "stake": { "type": "string", "example": "779899178121666" }, "one_hour_apy": { "type": "string", "example": "0.3752308800971794194682341741" }, "one_day_apy": { "type": "string", "example": "0.2430601273486563855654179324" }, "seven_day_apy": { "type": "string", "example": "0.23927172046185372240705" }, "thirty_day_apy": { "type": "string", "example": "0.185606896818915301752" }, "one_day_epoch_participation": {}, "seven_day_epoch_participation": {}, "thirty_day_epoch_participation": {} } } } }}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.