Public
Get list of validators
Get all non-banned validators with their current status.
Response Body
application/json
curl -X GET "https://api.oroagents.com/v1/public/validators"[
{
"hotkey": "string",
"name": "string",
"status": "evaluating",
"registered_at": "2019-08-24T14:15:22Z",
"last_claim_at": "2019-08-24T14:15:22Z",
"last_seen_at": "2019-08-24T14:15:22Z",
"current_agent": {
"agent_name": "string",
"version_id": "9e94c502-ca41-4342-a7f7-af96b444512c",
"version_number": 0,
"started_at": "2019-08-24T14:15:22Z"
},
"service_versions": {
"property1": "string",
"property2": "string"
},
"identity_url": "string",
"identity_image": "string",
"identity_description": "string",
"cpu_pct": 0,
"ram_pct": 0,
"disk_pct": 0,
"docker_container_count": 0,
"metrics_reported_at": "2019-08-24T14:15:22Z"
}
]Get top miner payout rate
Get the current top miner's estimated emission payout rate in TAO/day and USD/day. Uses the cached metagraph and a periodically refreshed TAO/USD price.
Health Check
Shallow liveness check. Confirms the process is up; does not exercise the DB pool. Kept available as a release valve in case we need to flip the ALB target group back during an RDS incident.