get_orders_by_pair
Retrieve the order book for a specific trading pair on the DEX. Filter by status and paginate results to analyze open orders.
Instructions
Get the order book for a specific trading pair on the DEX
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return | |
| asset1 | Yes | First asset (e.g. XCP) | |
| asset2 | Yes | Second asset (e.g. PEPECASH) | |
| cursor | No | Pagination cursor from previous response | |
| offset | No | Number of results to skip | |
| status | No | Order status filter | open |