List Open Orders
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.
For more information, please visit the Prime Java SDK.
For more information, please visit the Prime .NET SDK.
For more information, please visit the Prime Go SDK.
For more information, please visit the Prime Python SDK.
For more information, please visit the Prime CLI.
For more information, please visit the Prime TS SDK.
Path Parameters
Portfolio ID
Query Parameters
List of products by which to filter the response
An order type by which to filter the response
- UNKNOWN_ORDER_TYPE: nil value
- MARKET: A market order
- LIMIT: A limit order
- TWAP: A time-weighted average price order
- BLOCK: A block trade
- VWAP: A volume-weighted average price order
- STOP_LIMIT: A conditional order combined of stop order and limit order
- RFQ: A request for quote
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: nil value
- BUY: Buy order
- SELL: Sell order
UNKNOWN_ORDER_SIDE
, BUY
, SELL
An end date for the orders to be queried from
Response
A successful response.
The response is of type object
.