Get Open Orders
Returns all currently-open orders belonging to the authenticated portfolio. Orders are returned regardless of instrument or order type; filtering by instrument kind and order type is not currently supported.
Each order includes post_only, reject_post_only, and reduce_only flags. post_only and reject_post_only correspond to the SBE postOnly and postOnlyReject bits and are mutually exclusive. reduce_only reflects per-order reduce-only from JSON-RPC or FIX (it cannot be set per order in SBE).
The portfolio is resolved from the authenticated session — there is no parameter to query another portfolio’s orders. MMP-flagged orders are visible via this endpoint. Orders placed via Mass Quote (MassQuoteRequest) are not currently returned.
This endpoint is rate-limited per portfolio. Exceeding the limit returns HTTP 429.
Authorizations
API key passed as a Bearer token. The authenticated session determines the portfolio that operations are applied to.
Related topics
private/get_open_ordersprivate/get_open_orders_by_instrumentprivate/get_open_orders_by_currencyprivate/get_open_orders_by_labelQuickstart Guide