sodax_get_volume
Get solver volume data showing filled intents with filtering and pagination. Requires inputToken and outputToken. Optional filters: chain, solver, block range OR time range (don't mix both).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order by block number | desc |
| toTs | No | End timestamp (unix seconds). Don't mix with since/until or fromBlock/toBlock. | |
| limit | No | Maximum number of filled intents to return (1-100) | |
| since | No | Start time ISO format (don't mix with fromBlock/toBlock or fromTs/toTs) | |
| until | No | End time ISO format (don't mix with fromBlock/toBlock or fromTs/toTs) | |
| cursor | No | Pagination cursor from previous response's nextCursor | |
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |
| fromTs | No | Start timestamp (unix seconds). Don't mix with since/until or fromBlock/toBlock. | |
| solver | No | Filter by solver address (0x0...0 for default solver) | |
| chainId | No | Filter by chain ID (e.g., 146 for Sonic) | |
| toBlock | No | End block number (don't mix with since/until) | |
| fromBlock | No | Start block number (don't mix with since/until) | |
| inputToken | Yes | REQUIRED: Input token address | |
| includeData | No | Include raw intent data in response | |
| outputToken | Yes | REQUIRED: Output token address |