Skip to content

Account

View as Markdown

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

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.

For compress and decompress, the optional fee_payer positional argument is a configured key name, not a raw public address. If it is omitted, the command uses default.

Terminal window
thru account info default
thru account transactions default --page-size 20
  • 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.
  • Large decompressions use uploader transactions internally. The selected fee_payer signs those uploader transactions and the final decompression transaction.