balance
Inspect native and ERC20 balances on any supported chain.
Usage
$ beam balance [TOKEN]
With no argument, prints the native token and every tracked ERC20 for the selected chain. With a token argument, prints just that token's balance.
Examples
$ beam balance
ETH 1.2143
USDC 428.10
$ beam --chain base balance USDC
$ beam --chain base balance 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
Common flags
--from <wallet|address|ens>— read balances for a specific owner instead of the default wallet.--chain <name|id>— override the selected chain for this command.--json— emit a structured payload for scripting.