Trade
Test New Order (TRADE)
Test new order creation and signature/recvWindow long. Creates and validates a new order but does not send it into the matching engine.
Weight(IP): 1
post/api/v3/order/test
Query parameters
symbolstring required
Example:BNBUSDT
Trading symbol, e.g. BNBUSDT
side'SELL' | 'BUY' required
Example:SELL
type'LIMIT' | 'MARKET' | 'STOP_LOSS' | 'STOP_LOSS_LIMIT' | 'TAKE_PROFIT' | 'TAKE_PROFIT_LIMIT' | 'LIMIT_MAKER' required
Order type
timeInForce'GTC' | 'IOC' | 'FOK'
Order time in force
quantitynumber double
Order quantity
quoteOrderQtynumber double
Quote quantity
pricenumber double
Order price
newClientOrderIdstring
Used to uniquely identify this cancel. Automatically generated by default
stopPricenumber double
Example:20.01
Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.
trailingDeltanumber double
Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.
icebergQtynumber double
Used with LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT to create an iceberg order.
newOrderRespType'ACK' | 'RESULT' | 'FULL'
Set the response JSON. MARKET and LIMIT order types default to FULL, all other orders default to ACK.
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
OK
object required