Returns a list of orders that you’ve previously created. The orders are returned sorted by the time in which they were created, with the most recently created orders appearing first.
Filters and pagination are supported.
Bearer access token. Provide as a Authorization: Bearer <token> header.
Filter to only include orders for a specific side.
Whether the order is a buy or a sell order.
BUY, SELL Filter to only include orders for a specific market.
The market the order is executed on.
On the primary market, buy orders can be executed when the fund's subcribable flag is set to true. Sell orders on the primary market are only excepted when the fund's redeemable flag is set to true.
On the secondary market, both buy and sell orders can be executed when the fund's tradeable flag is set to true.
PRIMARY, SECONDARY Filter for orders in a specific lifecycle status.
Status the order is currently in. This status is updated by the system depending on the order's lifecycle state.
Buy order flow: PLACED → AWAITING_PAYMENT → PAYMENT_RECEIVED → EXECUTED → DELIVERY_INITIATED → DELIVERY_COMPLETED → COMPLETED
Sell order flow: PLACED → REDEMPTION_GATED (if locked) → EXECUTED → PAYMENT_SENT → PAYMENT_COMPLETED → COMPLETED
Orders can be CANCELLED from non-terminal states.
PLACED, AWAITING_PAYMENT, PAYMENT_RECEIVED, DELIVERY_INITIATED, DELIVERY_COMPLETED, PAYMENT_SENT, PAYMENT_COMPLETED, REDEMPTION_GATED, EXECUTED, COMPLETED, CANCELLED Filter to only include individual and/or business accounts. Accounts can either be for a natural person (individual) for a registered business. The type of account has an influence on the parameters required for account creation.
individual, business Filter for orders of a specific account.
Filter for orders that were placed in a specific currency.
Filter to only include orders of a specific ISIN.
x >= 01 <= x <= 1000List of orders retrieved successfully