List all open orders.
Caution: The maximum number of orders returned is 1000. If a client has more than 1000 open orders, an error is returned prompting the user to use Websocket API, or FIX API to stream open orders.
Portfolio ID
List of products by which to filter the response
An order type by which to filter the response
UNKNOWN_ORDER_TYPE
, MARKET
, LIMIT
, TWAP
, BLOCK
, VWAP
, STOP_LIMIT
, RFQ
<b>Deprecated</b> - this endpoint always returns one page with at most 1000 orders. If you need to retrieve more than 1000 orders, use the WebSocket API instead.
<b>Deprecated</b> - the limit for this endpoint is always 1000. If you need to retrieve more than 1000 orders, use the WebSocket API instead.
Sorting order
DESC
, ASC
A start date for the orders to be queried from
An order side to filter on.
UNKNOWN_ORDER_SIDE
, BUY
, SELL
An end date for the orders to be queried from
A successful response.
The response is of type object
.