sodax_get_user_transactions
Retrieve intent/transaction history for any wallet address across blockchains. Filter by block range, limit, and offset for precise data.
Instructions
Get intent/transaction history for a specific wallet address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of transactions to return (1-100) | |
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |
| offset | No | Number of transactions to skip for pagination | |
| toBlock | No | Inclusive upper bound on blockNumber (chain-native ordering) | |
| fromBlock | No | Inclusive lower bound on blockNumber (chain-native ordering) | |
| userAddress | Yes | The wallet address to look up (e.g., '0x...') |