Create an order

Create an open order. Limit orders (LMT) require price. Market orders (MKT) do not require price and are submitted as IOC. Stop-limit orders (STL) require price, trigger_price, and GTC time_in_force. A buy stop triggers when mark price reaches or exceeds trigger_price; a sell stop triggers when mark price reaches or falls below trigger_price. Mark price is the median of the best bid, best ask, and last trade. A stop order is initially active, is not on the order book, and reserves the required funds. After triggering, it behaves as a GTC limit order and can become booked or filled. Buy trigger prices are rounded up and sell trigger prices are rounded down to the product tick size. The limit price must be below 125% of trigger_price for buys or above 80% for sells.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
required

Order type. Use STL for stop-limit orders. STL remains the order type after triggering.

Allowed:
string
required
string
enum
required
Allowed:
string
required

Limit price. Required for LMT and STL orders.

string
required
string | null

Required for STL orders. Buy stops trigger at or above this price and sell stops trigger at or below it. Buy values round up and sell values round down to the product tick size; the returned value reflects that rounding. Ignored and returned as null for non-STL orders.

string
enum

Stop-limit (STL) orders only support GTC.

Allowed:
Responses

403

Invalid token

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json