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
| Command | Description | Networks | Data source |
|---|---|---|---|
account balance | Native coin balance | TRON, EVM | node RPC |
account info | On-chain account state (TRON adds bandwidth/energy) | TRON, EVM | node RPC |
account history | Transaction history | TRON only | TronGrid required |
account portfolio | Native + token balances, best-effort USD | TRON, EVM | node RPC + price source |
account activate | Activate a not-yet-existing account (no transfer) | TRON only | broadcast |
account set | Set the on-chain name / account id (one-time) | TRON only | broadcast |
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