Retrieve Orders
GET {{trading_url}}/orders/
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| from | null | string - filter by an ISO string starting date (optional) | |
| to | null | string - filter by an ISO string ending date (optional) | |
| isin | null | string - filter by instrument (optional) | |
| side | null | string - filter for "buy" or "sell" orders (optional) | |
| status | null | string - filter by status: "inactive", "in_progress", "executed", "expired", "activated", "canceled", "deactivated", "open", or "rejected" (optional) | |
| type | null | string - filter by order type: "market", "stop", "limit", or "stop_limit" (optional) | |
| key_creation_id | null | string - filter by specific API (optional) | |
| limit | null | int - pagination limit (optional) | |
| page | null | int - results page (optional) |