Skip to content

Get Validators in a Subnet

GET /api/dtao/validator/available/v1
NameInTypeRequiredDescription
netuidqueryintegerSubnet

Media: application/json

{
"type": "object",
"properties": {
"pagination": {
"type": "object",
"properties": {
"current_page": {
"type": "integer",
"example": 1,
"default": 0
},
"per_page": {
"type": "integer",
"example": 39,
"default": 0
},
"total_items": {
"type": "integer",
"example": 39,
"default": 0
},
"total_pages": {
"type": "integer",
"example": 1,
"default": 0
},
"next_page": {},
"prev_page": {}
}
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"address": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3"
},
"hex": {
"type": "string",
"example": "0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28"
}
}
},
"name": {
"type": "string",
"example": "Open\u03c4ensor Founda\u03c4ion"
},
"netuid": {
"type": "integer",
"example": 1,
"default": 0
},
"hotkey_alpha": {
"type": "string",
"example": "28193611901088"
}
}
}
}
}
}

Media: application/json

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

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