wallet-cli account

September 1, 2026 · View on GitHub

Query on-chain account state, and activate & name accounts.

Synopsis

wallet-cli account COMMAND

Subcommands act on the active account by default; override with --account <accountId|label> or change the default with wallet-cli use <account>. Which address is queried follows the selected network's family — the same account has a TRON base58 address and an EVM 0x address. The first four are read-only queries; activate and set change on-chain state. Software signing needs the master password, Ledger signing confirms on device, and --dry-run / --build-only do not unlock the wallet.

Subcommands

CommandDescriptionNetworksData source
account balanceNative coin balanceTRON, EVMnode RPC
account infoOn-chain account state (TRON adds bandwidth/energy)TRON, EVMnode RPC
account historyTransaction historyTRON onlyTronGrid required
account portfolioNative + token balances, best-effort USDTRON, EVMnode RPC + price source
account activateActivate a not-yet-existing account (no transfer)TRON onlybroadcast
account setSet the on-chain name / account id (one-time)TRON onlybroadcast

A TRON only command run against an EVM network fails with family_mismatch before any node call.

See also

list — local accounts (no chain access) · Networks & resources