Queries
token-symbols
Chain-registered token symbol of every subnet, keyed by netuid.
Connecting 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
Namespace method (autocomplete, signature help):
import bittensor as bt
sub = bt.Subtensor()
result = sub.subnets.token_symbols()Or dispatch by name, as an agent would:
result = sub.read("token_symbols")Async is the same surface awaited: async with bt.Subtensor() as client:.
On-chain implementation
- Storage
SubtensorModule.TokenSymbol
Every file is browsable under /code exactly as built into the runtime.