Queries

token-symbols

Chain-registered token symbol of every subnet, keyed by netuid.

View as Markdown

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 --json

Python

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

Every file is browsable under /code exactly as built into the runtime.