Subnets By Network
Last updated
Network-addressed form of the route above. mainnet/finney return the same data as the unprefixed path; testnet/test return testnet data.
Path Parameters
Network to address. mainnet and finney are the same network, as are testnet and test.
Value in
- "finney"
- "mainnet"
- "test"
- "testnet"
Query Parameters
0 <= value^\d{1,5}(,\d{1,5}){0,127}$length <= 767Value in
- "native-only"
- "manifested"
- "probed"
Value in
- "native"
- "candidate-discovered"
- "community-seeded"
- "machine-verified"
- "maintainer-reviewed"
- "adapter-backed"
Value in
- "agents"
- "compute"
- "data"
- "finance"
- "inference"
- "media"
- "prediction"
- "privacy"
- "robotics"
- "science"
- "search"
- "security"
- "storage"
- "training"
Value in
- "active"
- "inactive"
Value in
- "root"
- "application"
length <= 200^[A-Za-z_][A-Za-z0-9_]*(,[A-Za-z_][A-Za-z0-9_]*)*$1 <= value <= 10000 <= valueField to sort by — the bare field name only (e.g. sort=total_stake_tao). Pair with the separate order parameter to choose direction; a combined field:desc token is NOT supported.
Value in
- "block"
- "candidate_count"
- "coverage_level"
- "curation_level"
- "integration_readiness"
- "mechanism_count"
- "name"
- "netuid"
- "participant_count"
- "probed_surface_count"
- "status"
- "subnet_type"
- "surface_count"
- "tempo"
Sort direction for sort: asc or desc (default desc). This is a separate parameter from sort — e.g. ?sort=emission_share&order=desc.
Value in
- "asc"
- "desc"
Response format override. Use csv to download the transformed list 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/finney/subnets"{ "data": { "contract_version": "2026-06-29.1", "generated_at": "2026-06-01T00:00:00.000Z", "network": "finney", "notes": "Example description.", "schema_version": 1, "source": { "identity_storage": "example", "kind": "example", "method": "GET", "package": "example", "rpc_family": "example", "version": "2026-06-29.1" }, "subnets": [ { "coverage_level": "native-only", "curation_level": "native", "name": "Example Subnet", "netuid": 7, "slug": "example-subnet", "status": "active", "subnet_type": "root", "surface_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}