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