Queries
alpha-prices
Spot alpha price for every subnet, as TAO per alpha keyed by netuid.
Category: Prices & swaps
Parameters
This read takes no parameters.
CLI
btcli query alpha-prices --jsonPython
Namespace method (autocomplete, signature help):
import bittensor as bt
sub = bt.Subtensor()
result = sub.prices.alpha_prices()Or dispatch by name, as an agent would:
result = sub.read("alpha_prices")Async is the same surface awaited: async with bt.Subtensor() as client:.
On-chain implementation
- Runtime API
SwapRuntimeApi.current_alpha_price_all
Every file is browsable under /code exactly as built into the runtime.