LEGACY.XRP
Testnet
← Index of sheets

Sheet 01 · 10 tools

Account

Query and configure XRPL accounts: balances, history, flags, keys.

Margin note — new here? Start with this

An XRPL account is your identity on the XRP Ledger: an address that starts with r, an XRP balance, and a set of settings. Every account must keep a small amount of XRP locked as a reserve (currently 1 XRP, plus 0.2 XRP for each thing it owns on the ledger). These tools let you look inside any account and adjust your own.

Think of an account like a bank account with a public account number. Anyone can see the balance and statement, but only the person holding the key (your seed) can move money or change the settings.
Start here: Account Info
queryactive

Account Info

Retrieve account information for any XRPL address: XRP balance, sequence number, owner count, and flags.

account_infofree
queryactive

Account Trust Lines

List all trust lines (issued-token balances) for an account, including currencies, issuers, limits, and freeze state.

account_linesfree
queryactive

Account Objects

List the raw ledger objects owned by an account: escrows, offers, payment channels, checks, signer lists, NFT offers, and more.

account_objectsfree
queryactive

Account Transactions

Retrieve the transaction history for an account, newest first, with pagination.

account_txfree
queryactive

Account Offers

List all open DEX offers placed by an account.

account_offersfree
queryactive

Account NFTs

List all XLS-20 NFTokens owned by an account, with token IDs, issuers, and URIs.

account_nftsfree
transactionactive

Account Settings

Modify your account settings: set or clear account flags (asf*), domain, transfer rate, or tick size.

AccountSet1 credit
transactionactive

Set Regular Key

Assign (or remove) a regular key pair so you can sign transactions without exposing the master key.

SetRegularKey1 credit
transactionactive

Deposit Preauthorization

Preauthorize (or revoke) a specific sender so they can pay you while Deposit Authorization is enabled on your account.

DepositPreauth1 credit
transactionactive

Delete Account

Delete your account and send the remaining XRP to a destination. Requires no blocking objects (trust lines, escrows, channels) and burns the deletion fee.

AccountDelete1 credit