Retrieve Orders
GET {{trading_url}}/orders/
Body
PARAM
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 | Curl curl -X GET 'trading_url/orders/?from=&to=&isin=&side=&status=&type=&key_creation_id=&limit=&page=' ENDPOINTS |