Skip to main content

Market Order

These orders are the most basic buy and sell method. Trades are processed at the current market price.

POST /v1/order/market

Headers

ParamType
apikeystring

Body

ParamTypeExampleDescription
symbolstring"KLV-USDT"Valid trading symbol code. e.g. KLV-USDT
sidestring"BUY"BUY or SELL
quantityfloat645Amount of quote currency in buy or base currency in sell

Response

ParamTypeExampleDescription
orderIdstring"1989652f-be77-4179-924e-b71c03a4198a"Unique order id

Response Example

{
"success": true,
"data": {
"orderID": "de1179b1-897b-44a0-97cd-218dfc8d788f"
}
}