API referenceValidators
Validator Operator Directory
Last updated
Fetch the compact validator operator directory used by the website: hotkeys sharing one observed owner account form a group, while unknown or conflicting owners remain separate. Stable IDs are scoped to the response network; ownership agreement does not verify a declared brand or organization. Retains the primary key and multi-key expansion. Unique nominator counts are available only for singletons because per-hotkey counts cannot deduplicate accounts across members. Computed from the same complete neuron snapshot as /api/v1/validators without changing that full response.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/validators/operators"{ "data": { "block_number": 5000000, "captured_at": "2026-06-01T00:00:00.000Z", "operator_count": 1, "operators": [ { "apy_estimate": 0.5, "coldkey": "example", "hotkey_count": 1, "hotkeys": [ { "hotkey": "example", "take": 0.5, "total_stake_tao": 0.5 } ], "identity_name": "example", "membership_count": 1, "nominator_count": 1, "primary_hotkey": "example", "stake_dominance": 0.5, "take_max": 0.5, "take_min": 0.5, "total_emission_tao": 0.5, "total_stake_tao": 0.5, "uid_count": 1 } ], "schema_version": 1, "validator_count": 1 }, "meta": { "artifact_path": "example", "cache": "short", "contract_version": "2026-06-29.1", "generated_at": "2026-06-01T00:00:00.000Z", "observed_through": "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}