orders
Create Order
Place a new order.
Submits an order for asynchronous processing. The order is persisted immediately and queued for execution on the target exchange.
See Orders and Order Types for more information.
Asset Selection: Provide exactly one of river_id (standard instrument) or generic_asset_id (user-defined basket). Generic asset orders are LIMIT only — the system routes IOC limit orders to each underlying instrument at optimal prices. price bounds the fills (max for buys, min for sells); liquidity beyond it is not taken and the unfilled remainder is cancelled.
Response: Returns 202 Accepted with the order_id and associated complex_orders ids (TP/SL). Poll GET /v1/orders/{order_id} or use webhooks to track execution.
post/v1/orders
Request body
Response
Successful Response