Creates a new order.
An order can either be on the buy or sell side depending on the intent. The acceptance of an order creation depends on the asset’s conditions (e.g. if it’s subscribable).
After the order is created, the primary payment method details of both recipient and sender are automatically attached to the order process.
Bearer access token. Provide as a Authorization: Bearer <token> header.
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 >= 1Currency 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, 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.
^0x[a-fA-F0-9]{40}$"0x1234567890abcdef1234567890abcdef12345678"
Ethereum wallet address for recipient for buy orders. Optional when primary wallet is configured.
^0x[a-fA-F0-9]{40}$"0xabcdef1234567890abcdef1234567890abcdef12"
Custom offering ID that must be related to the provided ISIN
Order created successfully
Unique identifier for the created 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.
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 Timestamp when the order was created.
Amount of money invested in micro-units (1 EUR = 10,000 units).
100000
Number of units of the share class in the order.
Three-letter ISO currency code, in uppercase.
"EUR"
Absolute fee amount charged in micro-units.
Fee rate in integer rate units (100% = 10,000; e.g., 0.5% = 50).
Source of the applied fee rate — either the default share class fee or a custom offering.
DEFAULT, OFFERING Net investment amount after fees, in micro-units.
Gross investment value before fees, in micro-units.
Payment details associated with this order, including bank account name, IBAN, and payment reference.