API referenceSubnets
Subnet Yield
Last updated
Fetch the per-UID emission yield (emission/stake return rate) for one subnet over the current metagraph snapshot, ranked high to low with a distribution summary (subnet aggregate yield, mean, p25/median/p75/p90 percentiles), a validator/miner split, and a per-UID above/below-median label, computed live from the neurons D1 tier. Pass ?format=csv to download the ranked neuron rows as CSV.
Path Parameters
netuid*integer
Range
0 <= valueQuery Parameters
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/subnets/0/yield"{ "data": { "block_number": 5000000, "captured_at": "2026-06-01T00:00:00.000Z", "mean_yield": 0.3, "median_yield": 0.3, "miner_count": 1, "netuid": 7, "neuron_count": 2, "neurons": [ { "emission_tao": 2, "hotkey": "5G9hfkx9wGB1CLMT9WXkpHSAiYzjZb5o1Boyq4KAdDhjwrc5", "role": "miner", "stake_tao": 5, "uid": 1, "vs_median": "above", "yield": 0.4 }, { "emission_tao": 2, "hotkey": "5G9hfkx9wGB1CLMT9WXkpHSAiYzjZb5o1Boyq4KAdDhjwrc5", "role": "validator", "stake_tao": 10, "uid": 0, "vs_median": "below", "yield": 0.2 } ], "p25_yield": 0.2, "p75_yield": 0.4, "p90_yield": 0.4, "schema_version": 1, "subnet_yield": 0.266666667, "total_emission_tao": 4, "total_stake_tao": 15, "validator_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}