Skip to main content
API referenceAccounts

Account Root Claim

Last updated

GET
/api/v1/accounts/{ss58}/root-claim

Read deprecated per-subnet Root-claim state with explicit runtime compatibility. Only audited node-subtensor v440 is supported; v441+ reports unsupported, other runtimes or failed reads unavailable, with claim_type/hotkeys null. Runtime and legacy storage are pinned to a finalized block; the runtime is checked before the 120s KV cache. Returns 400 on invalid ss58. This does not report native basket entitlement or submit a claim.

Path Parameters

ss58*string

An SS58-encoded account address -- a hotkey or coldkey.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/accounts/5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3/root-claim"
{  "data": {    "claim_type": {      "kind": "Swap",      "subnets": [        1      ]    },    "compatibility": {      "block_hash": "a3f1a3f1a3f1a3f1a3f1a3f1a3f1a3f1a3f1a3f1a3f1a3f1a3f1a3f1a3f1a3f1",      "claim_type_source": "storage",      "reason": "root_reborn",      "spec_name": "example",      "spec_version": 1,      "status": "legacy_supported"    },    "field_sources": {      "example": {        "kind": "measured",        "storage": "example"      }    },    "hotkeys": [      {        "entries": [          {            "claimable_rate": 0.5,            "claimed": "example",            "netuid": 7,            "threshold": 0.5          }        ],        "hotkey": "example"      }    ],    "queried_at": "2026-06-01T00:00:00.000Z",    "schema_version": 1,    "ss58": "5G9hfkx9wGB1CLMT9WXkpHSAiYzjZb5o1Boyq4KAdDhjwrc5"  },  "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}