Skip to main content

Full Command Reference

Transfer HBAR (tinybars) from one account to another.
-a, --amount
int
required
Amount to transfer. Default: display units.
Add t for base units. Example: “1” = 1 HBAR, “100t” = 100 tinybar
-t, --to
string
required
Account ID or name to transfer to
-f, --from
string
required
AccountID:privateKey pair, AccountID:keyType:privateKey format, or account name to transfer from (defaults to operator).
Key type can be “ecdsa” or “ed25519” (defaults to ecdsa if not specified).
-m, --memo
string
Memo for the transfer.
-k, --key-manager
string(local|local_encrypted)
Key manager to use: local or local_encrypted (defaults to config setting).