Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hedera-0c6e0218-feat-hip-1313-high-volume-entity-creation.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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).