Skip to main content
Use thru-cli account when the task is centered on account lifecycle rather than generic reads or token-specific actions.

Commands

CommandUse it for
create [key_name]Create a new account with fee payer proof.
info [key_name]Alias-style account inspection.
transactions [account]List transactions involving an account.
compress <target_account> [fee_payer]Compress an account.
decompress <target_account> [fee_payer]Decompress an account.
prepare-decompression <account>Fetch account data and proof for decompression workflows.

Minimal Pattern

thru-cli account info default
thru-cli account transactions default --page-size 20

Notes

  • Use getaccountinfo for the simplest top-level read; use account when you need the lifecycle helpers grouped together.
  • Compression and decompression are stateful operations; read the account state first if you are unsure which mode it is already in.