sodax_get_orderbook
Retrieve pending cross-chain swap intents from the orderbook with optional filters for source/destination chains, tokens, creator, and deadline constraints.
Instructions
Get current orderbook entries showing pending/open intents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default server-side, cap 500) | |
| offset | No | Offset for simple pagination | |
| srcChain | No | Filter by source chain id | |
| dstChain | No | Filter by destination chain id | |
| inputToken | No | Filter by input token address | |
| outputToken | No | Filter by output token address | |
| creator | No | Filter by creator address | |
| deadlineBefore | No | Only return intents with deadline < value (Unix seconds) | |
| deadlineAfter | No | Only return intents with deadline > value (Unix seconds) | |
| excludeZeroDeadline | No | Exclude intents where deadline = 0 | |
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |