Skip to content

Get Validator Yield

GET /api/dtao/validator/yield/latest/v1
NameInTypeRequiredDescription
hotkeyquerystringValidator hotkey
netuidqueryintegersubnet
min_stakequerystringmin stake in rao
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": 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": {}
}
}
}
}
}

Media: application/json

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

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