get_account_transactions
Retrieve transaction history for an XRPL account, with adjustable limits, ordering, and network selection. Get a list of past transactions from mainnet, testnet, or devnet.
Instructions
Get transaction history for an XRPL account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of transactions to return (default: 20) | |
| account | Yes | The XRPL account address (starts with r) | |
| forward | No | If true, return oldest transactions first (default: false, newest first) | |
| network | No | The XRPL network to query (default: mainnet) |