Queries
token-symbols
Chain-registered token symbol of every subnet, keyed by netuid.
Client.connect runs this automatically (through a disk cache) and
installs the result as the connection's display symbols, so balances
decoded by that client render with each subnet's real symbol.
Category: Subnets
Parameters
This read takes no parameters.
CLI
btcli query token-symbols --jsonPython
Typed namespace method (autocomplete, signature help):
import bittensor as sub
async with sub.Client("finney") as client:
result = await client.subnets.token_symbols()Or dispatch by name, as an agent would:
result = await client.read("token_symbols")