Authorizations
Bearer access token. Provide as a Authorization: Bearer <token>
header.
Body
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
Number of share units to purchase or sell. The total monetary value is calculated automatically based on current NAV.
x >= 1
Currency the order should be purchased for or sold in. Must be a valid three-letter ISO currency code, in uppercase. Only EUR
is currently supported.
Type of order settlement. Bearer orders require wallet addresses for settlement. Claimable orders settle through traditional payment methods only.
bearer
, claimable
ISIN code of the share class being ordered for purchase or sale.
All share classes of a fund can be retrieved from the List Funds endpoint.
"NL1111111111"
Payment sender details. Optional when primary payment method is configured for buy orders.
Payment recipient details. Optional when primary payment method is configured for sell orders.
Ethereum wallet address of the sender for sell orders. Optional when primary wallet is configured.
"0x1234567890abcdef1234567890abcdef12345678"
Ethereum wallet address for recipient for buy orders. Optional when primary wallet is configured.
"0xabcdef1234567890abcdef1234567890abcdef12"
Custom offering ID that must be related to the provided ISIN
Response
Order created successfully
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
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.
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).