get_orders
List orders for a trading pair with optional filters by status, date, and pagination. Retrieve open, done, or canceled orders for a specific cryptocurrency pair.
Instructions
List orders for a trading pair, optionally filtered by status.
Args: pair: Trading pair, e.g. "BTC-AED". status: Filter by status: "OPEN", "DONE", or "CANCELED". offset: Pagination offset. limit: Max results (up to 1000). from_date: Only return orders from this date (YYYY-MM-DD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | Yes | ||
| status | No | ||
| offset | No | ||
| limit | No | ||
| from_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |