| title | balances |
|---|---|
| description | Free TAO balance for several coldkey addresses in one batched request. |
{/* GENERATED by scripts/generate.py from the SDK registries — do not edit. */}
Category: Accounts & keys
| Parameter | Type | Description |
|---|---|---|
coldkey_ss58s |
array | Coldkeys whose free balances to read. |
btcli query balances --coldkeys <array> --jsonNamespace method (autocomplete, signature help):
import bittensor as bt
sub = bt.Subtensor()
result = sub.balances.balances(coldkey_ss58s=[...])Or dispatch by name, as an agent would:
result = sub.read("balances", coldkey_ss58s=[...])Async is the same surface awaited: async with bt.Subtensor() as client:.
- Storage
System.Account— implemented by Substrate'sframe_system, outside this repository's pallets.
Every file is browsable under /code exactly as built into the runtime.