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.
Use the Prime SDK or CLI to test this endpoint by following the quickstart guide and running with the following examples
For more information, please visit the Prime Java SDK.
Portfolio ID
List of products by which to filter the response
An order type by which to filter the response
MARKET
, LIMIT
, TWAP
, BLOCK
, VWAP
, STOP_LIMIT
, RFQ
Deprecated - 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.
Deprecated - 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.
BUY
, SELL
An end date for the orders to be queried from
A successful response.
The response is of type object
.