Sign in

Test new order

documented

Test submitting a new order without executing it (SOR/Signature scenarios apply).

POST /api/v3/order/testTradingno implementation yet0 runs

Input

symbol*
Symbol
Trading pair symbol (e.g. BTCUSDT)
side*
Side
BUY or SELL
order_type*
Order Type
LIMIT or MARKET
time_in_force
Time In Force
GTC, IOC, or FOK
quantity*
Quantity
Amount
price
Price
Price for LIMIT orders
recv_window
Recv Window
Milliseconds (e.g. 5000)
timestamp*
Timestamp
Current timestamp in ms
new_client_order_id
New Client Order ID
Unique client order id
stop_price
Stop Price
Used with STOP_LOSS/TAKE_PROFIT
iceberg_qty
Iceberg Qty
Optional
signature*
Signature
HMAC-SHA256 hex
Calls Binance as you (your API key is your account); keychains.dev holds the credentials.
Test new order · Binance · OpenIntegrations