Queries

alpha-prices

Spot alpha price for every subnet, as TAO per alpha keyed by netuid.

View as Markdown

Category: Prices & swaps

Parameters

This read takes no parameters.

CLI

btcli query alpha-prices --json

Python

Typed namespace method (autocomplete, signature help):

import bittensor as sub

async with sub.Client("finney") as client:
    result = await client.prices.alpha_prices()

Or dispatch by name, as an agent would:

result = await client.read("alpha_prices")