Skip to content

Get Validator (dTao)

GET /api/dtao/validator/latest/v1
NameInTypeRequiredDescription
hotkeyquerystringHotkey of the the validator
stake_minquerystringmin stake as rao
stake_maxquerystringmax stake as rao
apr_minquerystringapr min as number
apr_maxquerystringmax apr as number
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": 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":

Media: application/json

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

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