Place new order
documentedSubmit a new spot order (requires API key for SIGNED endpoints).
POST /api/v3/orderTradingno implementation yet0 runsInput
symbol*
Symbol
e.g. BTCUSDT
side*
Side
BUY or SELL
type*
Order Type
LIMIT, MARKET, STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, TAKE_PROFIT_LIMIT, LIMIT_MAKER
timeInForce
Time In Force
GTC, IOC, or FOK
quantity*
Quantity
Amount to buy/sell
price
Price
Price per unit (required for LIMIT orders)
recvWindow
Recv Window
milliseconds
timestamp*
Timestamp
milliseconds since epoch
newClientOrderId
New Client Order ID
optional client order id
stopPrice
Stop Price
stop price (for STOP_LOSS / STOP_LOSS_LIMIT / TAKE_PROFIT / TAKE_PROFIT_LIMIT)
icebergQty
Iceberg Qty
iceberg quantity
newOrderRespType
New Order Response Type
ACK, RESULT, or FULL
signature*
Signature
HMAC-SHA256 signature
Calls Binance as you (your API key is your account); keychains.dev holds the credentials.