wallet balance
Query native or ERC-20 token balances by address and chain. Uses eth_getBalance for native tokens and ERC-20 balanceOf for tokens. No API key required; uses on-chain RPC reads.
--chain stringrequired — chain identifier--address stringrequired — account address--asset stringoptional — token symbol/address/CAIP-19 (omit for native balance)--rpc-url stringoptional — RPC URL override
- EVM chains only; Solana is not yet supported.
- Does not query pending/unconfirmed balances.
schema [command path]
Print machine-readable command schema.
- inherited and local flags
- typed defaults plus
required,enum,format, andscope - command metadata such as
mutation,input_modes,input_constraints,auth, and request/response structure hints when available - mutation commands advertise whether they accept
flags,json,file, andstdininput modes
input_constraints examples:
exactly_one_offor mutually exclusive identity or amount inputsrequiredfor provider-specific inputs that only apply on some routesforbiddenfor inputs that must not be combined with a selected provider/runtime
version
Print CLI version.
completion
Generate shell completion scripts.
Cache bypass behavior
version, schema, and providers list bypass cache initialization.
