Build order transaction
Create an order
POST
/order/build
Headers
Name
Value
X-API-KEY
<YOUR_API_KEY>
Body
Name
Type
Description
pair
string *
side
string *
"buy"
: Represents a buy order."sell"
: Represents a sell order.
type
string *
"limit"
: Represents a limit order."market"
: Represents a market order.
quantity
integer *
price
float *
Response
Last updated