Skip to main content
API referenceValidators

Global Validators

Last updated

GET
/api/v1/validators

Fetch the network-wide validator/operator leaderboard: validator-permit identities grouped across all current subnet memberships, with trust metrics, cross-subnet stake/emission totals, stake dominance, and top membership rows. Sort by subnet_count (default), uid_count, avg_validator_trust, max_validator_trust, total_stake, total_emission, or stake_dominance; limit caps the list (default 20, max 100). Computed live from the neurons D1 tier.

Query Parameters

sort?string

Value in

  • "avg_validator_trust"
  • "max_validator_trust"
  • "stake_dominance"
  • "subnet_count"
  • "total_emission"
  • "total_stake"
  • "uid_count"
limit?integer
Range1 <= value <= 100
format?string

Response format override. Use csv to download the route rows as text/csv; json keeps the default response envelope.

Value in

  • "json"
  • "csv"

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/validators"
{  "data": {    "block_number": 5000000,    "captured_at": "2026-06-01T00:00:00.000Z",    "limit": 1,    "schema_version": 1,    "sort": "avg_validator_trust",    "validator_count": 1,    "validators": [      {        "alpha_stake_tao": 0.5,        "apy_estimate": 0.5,        "apy_estimate_eligible_subnet_count": 1,        "avg_validator_trust": 0.5,        "coldkey": "example",        "coldkey_count": 1,        "coldkey_identity": {          "additional": "example",          "captured_at": "2026-06-01T00:00:00.000Z",          "description": "Example description.",          "discord": "example",          "github": "https://api.metagraph.sh/example",          "has_identity": false,          "image": "https://api.metagraph.sh/example",          "name": "Example Subnet",          "url": "https://api.metagraph.sh/example"        },        "featured": false,        "hotkey": "example",        "latest_block_number": 5000000,        "latest_captured_at": "2026-06-01T00:00:00.000Z",        "max_validator_trust": 0.5,        "nominator_count": 1,        "realized_return_1d": 0.5,        "realized_return_1m": 0.5,        "realized_return_1w": 0.5,        "root_stake_tao": 0.5,        "stake_dominance": 0.5,        "subnet_count": 1,        "subnets": [          {            "emission_tao": 0.5,            "netuid": 7,            "stake_tao": 0.5,            "uid": 1,            "validator_trust": 0.5          }        ],        "take": 0.5,        "total_emission_tao": 0.5,        "total_stake_tao": 0.5,        "uid_count": 1      }    ]  },  "meta": {    "artifact_path": "example",    "cache": "short",    "contract_version": "2026-06-29.1",    "generated_at": "2026-06-01T00:00:00.000Z",    "pagination": {      "collection": "example",      "cursor": 1,      "limit": 1,      "next_cursor": 1,      "order": "asc",      "returned": 1,      "sort": "example",      "total": 1    },    "published_at": "2026-06-01T00:00:00.000Z",    "source": "live-cron-prober",    "stale_contract": {      "built_under": "example",      "live": "example"    }  },  "ok": true,  "schema_version": 1}
Empty
{  "data": null,  "error": {    "code": "string",    "message": "string"  },  "meta": {    "artifact_path": "string",    "cache": "short",    "contract_version": "string",    "generated_at": "string",    "pagination": {      "collection": "string",      "cursor": 0,      "limit": 0,      "next_cursor": 0,      "order": "asc",      "returned": 0,      "sort": "string",      "total": 0    },    "published_at": "2019-08-24T14:15:22Z",    "source": "string",    "stale_contract": {      "built_under": "string",      "live": "string"    }  },  "ok": false,  "schema_version": 1}
{  "data": null,  "error": {    "code": "string",    "message": "string"  },  "meta": {    "artifact_path": "string",    "cache": "short",    "contract_version": "string",    "generated_at": "string",    "pagination": {      "collection": "string",      "cursor": 0,      "limit": 0,      "next_cursor": 0,      "order": "asc",      "returned": 0,      "sort": "string",      "total": 0    },    "published_at": "2019-08-24T14:15:22Z",    "source": "string",    "stale_contract": {      "built_under": "string",      "live": "string"    }  },  "ok": false,  "schema_version": 1}
{  "data": null,  "error": {    "code": "string",    "message": "string"  },  "meta": {    "artifact_path": "string",    "cache": "short",    "contract_version": "string",    "generated_at": "string",    "pagination": {      "collection": "string",      "cursor": 0,      "limit": 0,      "next_cursor": 0,      "order": "asc",      "returned": 0,      "sort": "string",      "total": 0    },    "published_at": "2019-08-24T14:15:22Z",    "source": "string",    "stale_contract": {      "built_under": "string",      "live": "string"    }  },  "ok": false,  "schema_version": 1}
{  "data": null,  "error": {    "code": "string",    "message": "string"  },  "meta": {    "artifact_path": "string",    "cache": "short",    "contract_version": "string",    "generated_at": "string",    "pagination": {      "collection": "string",      "cursor": 0,      "limit": 0,      "next_cursor": 0,      "order": "asc",      "returned": 0,      "sort": "string",      "total": 0    },    "published_at": "2019-08-24T14:15:22Z",    "source": "string",    "stale_contract": {      "built_under": "string",      "live": "string"    }  },  "ok": false,  "schema_version": 1}