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