New Order
POST
/api/v3/order
Request
Query Params
symbol
string
required
Example:
BTC_THB
side
string
required
Example:
SELL
type
string
required
Example:
LIMIT
timeInForce
string
required
GTC is for Limit Buy/Sell order
Example:
FOK
quantity
string
optional
Example:
0.2
slippage
string
optional
Required when timeInForce = FOK
Leave blank if timeInForce = GTC
Example:
0.1
quoteOrderQty
string
optional
price
string
optional
Example:
2,413,972.8
newClientOrderId
string
optional
strategyId
string
optional
strategyType
string
optional
stopPrice
string
optional
trailingDelta
string
optional
icebergQty
string
optional
newOrderRespType
string
optional
selfTradePreventionMode
string
optional
recvWindow
string
optional
timestamp
string
required
Example:
1718855898528
signature
string
required
Example:
{{signature}}
Header Params
Content-Type
string
required
Example:
application/json
X-MBX-APIKEY
string
required
Example:
{{maxbit-api-key}}
Request samples
Responses
Modified at 2024-08-09 11:11:19