Skip to main content

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_price is reached (requires stop_price)
  • TakeProfit - Triggers a market order when stop_price is reached (requires stop_price)

Special flags:

  • post_only - Order is rejected if it would immediately match (maker-only)

Request

Responses

Order created