Get account transactions
get_account_transactionsRetrieve an account's transaction history with optional direction filter (in/out/both), pagination, and value-only mode. Use this for comprehensive account-wide transaction lookup.
Instructions
Read-only chain-wide Explorer DB transaction lookup for one account as sender, recipient, or both. Use this instead of XDaLa session tools for account-wide transaction history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| direction | No | ||
| valueOnly | No | ||
| windowHours | No | ||
| page | No | ||
| limit | No |