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
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.
- UNKNOWN_ORDER_SIDE: nil value
- BUY: Buy order
- SELL: Sell order
BUY
, SELL
An end date for the orders to be queried from