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

import bittensor as sub

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