Authorizations
Bearer access token. Provide as a Authorization: Bearer <token>
header.
Path Parameters
Response
Order retrieved successfully
Unique identifier for the order.
Whether the order is a buy or a sell order.
BUY
, SELL
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
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
Number of units of the share class in the order.
Positive integer representing the order value in the smallest unit of the currency, in cents.
Three-letter ISO currency code, in uppercase.
"EUR"
ISIN code of the share class being ordered.
ID of the account that placed the order.
Timestamp when the order was created.
Reference of the payment transaction associated with this order, if available.
Payment sender details used in the order.
Payment recipient details used in the order.
Wallet address of the recipient (visible for buy orders).