Skip to main content
POST
Create an order

Headers

Idempotency-Key
string
required

Body

application/json

Order params

Order creation params

symbol
string
required

Currency pair

type
enum<string>
required

Order type

Available options:
sell,
buy
min_qty
number | null

Minimum quantity to be traded at a go, in base currency

min_quote_qty
number | null

Minimum quantity to be traded at a go, in quote currency

price
integer

Order price, in minor units

price_type
enum<string>

Price type

Available options:
limit,
market
qty
number

Order quantity, denominated in the base currency

quote_qty
number | null

Order quantity, denominated in the quote currency

time_in_force
enum<string>
Available options:
gtc,
gtt,
ioc,
fok

Response

Order

Response schema for a single order

data
Order · object

An order

Example: