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
import bittensor as sub
async with sub.Client("finney") as client:
result = await client.read("alpha_prices")