Create derivative order
POST/customers/:customer_code/orders
Submit a new derivative order. Supports Market, Limit, StopLoss, and TakeProfit order types.
Order types:
- Market - Executes immediately at the best available price
- Limit - Rests on the book at the specified limit_price (requires
limit_price) - StopLoss - Triggers a market order when
stop_priceis reached (requiresstop_price) - TakeProfit - Triggers a market order when
stop_priceis reached (requiresstop_price)
Special flags:
post_only- Order is rejected if it would immediately match (maker-only)
Request
Responses
- 201
- 400
- 401
- 403
- 429
- 500
Order created
Bad request
Unauthorized
Forbidden
Too many requests
Internal server error