sodax_get_orderbook
Retrieve current orderbook entries showing pending open intents. Paginate results with limit and offset, and choose JSON or markdown format.
Instructions
Get current orderbook entries showing pending/open intents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | REQUIRED: Maximum number of orders to return (1-100) | |
| offset | Yes | REQUIRED: Number of orders to skip for pagination | |
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |