Authorizations
Bearer access token. Provide as a Authorization: Bearer <token>
header.
Query Parameters
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.
PLACED
, AWAITING_PAYMENT
, AWAITING_TOKEN_DELIVERY
, 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 >= 0
1 <= x <= 1000
Response
List of orders retrieved successfully