Subnet Endpoints 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"
0 <= valueQuery Parameters
Value in
- "archive"
- "dashboard"
- "data-artifact"
- "docs"
- "example"
- "openapi"
- "repo-registry"
- "sdk"
- "source-repo"
- "sse"
- "subnet-api"
- "subtensor-rpc"
- "subtensor-wss"
- "website"
Value in
- "bittensor-base"
- "data-provider"
- "docs-provider"
- "subnet-app"
Value in
- "true"
- "false"
length <= 100Value in
- "candidate"
- "verified"
- "monitored"
- "pool-eligible"
- "disabled"
- "rejected"
Value in
- "ok"
- "degraded"
- "failed"
- "unknown"
^[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
- "kind"
- "last_checked"
- "latency_ms"
- "layer"
- "netuid"
- "pool_eligible"
- "provider"
- "publication_state"
- "score"
- "status"
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/0/endpoints"{ "data": { "contract_version": "2026-06-29.1", "endpoints": [ { "auth_required": true, "health_source": "probe-derived", "health_stale": false, "id": "example", "kind": "archive", "last_ok": "2026-06-01T00:00:00.000Z", "layer": "bittensor-base", "monitoring_policy": { "enabled": true, "expect": "example", "method": "GET", "source": "live-cron-prober" }, "monitoring_status": "monitored", "netuid": 7, "observed_at": "2026-06-01T00:00:00.000Z", "operator": "example-provider", "pool_eligible": false, "provider": "example-provider", "public_safe": true, "publication_state": "candidate", "score": 100, "status": "ok", "surface_id": "example", "surface_key": "example", "url": "https://api.metagraph.sh/example" } ], "generated_at": "2026-06-01T00:00:00.000Z", "health_source": "probe-derived", "name": "Example Subnet", "netuid": 7, "notes": "Example description.", "operational_observed_at": "2026-06-01T00:00:00.000Z", "schema_version": 1, "slug": "example-subnet", "summary": { "by_kind": {}, "by_layer": {}, "by_provider": {}, "by_publication_state": {}, "by_status": {}, "endpoint_count": 1, "monitored_count": 1, "pool_eligible_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}