Most Used Commands
Create a new accountFull Command Reference
Account Create
Account Create
Creates a new Hedera account.
Initial HBAR balance. Add “t” for Tinybar units
--balance 10 —> 10 HBAR --balance 100t —> 100 TinybarsThe maximum number of automatic association tokens allowed
Default value set to 0
Default value set to 0
Key manager to use:
local or local_encrypted (defaults to config setting) Alias of the created account to be used
Set the default key type. Defaults to ecdsa (recommended for full usability)
Set the payer account, can be an account ID or alias
Account Import
Account Import
Import an existing account into the CLI tool. Provide
accountId:privateKey format.Specify the private key in
accountId:privateKey format (e.g., “0.0.123456:abc123...”)Alias for the account to be used
Key manager to use:
local or local_encrypted (defaults to config setting) Account Balance
Account Balance
Retrieve the balance for an account ID or name.
Account ID, alias or name of the account present in state
-H, --hbar-only
Show only HBAR balance
Show balance for specific token ID, specify token ID or name
-r, --raw
Display balances in raw units (tinybars for HBAR, base units for tokens)
Account List
Account List
List all accounts stored in the address book.
-p, --private
Include private keys reference ID in listing. This is not the actual private key!
Account View
Account View
View detailed information about an account.
View data for account ID or name of the account present in state.
Account Clear
Account Clear
Remove all account information from the address book (no options)