futures_new_order
Place a futures order on Binance with configurable type, side, quantity, and optional price or stop conditions.
Instructions
Place a futures order (requires API key)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | BUY or SELL | |
| type | Yes | Order type | |
| price | No | Price (required for LIMIT/STOP/TAKE_PROFIT) | |
| symbol | Yes | Trading pair, e.g. BTCUSDT | |
| quantity | No | Order quantity | |
| stopPrice | No | Stop price for STOP/STOP_MARKET/TAKE_PROFIT orders | |
| reduceOnly | No | Reduce-only order | |
| timeInForce | No | Time in force (required for LIMIT) | |
| workingType | No | stopPrice trigger type (default CONTRACT_PRICE) | |
| callbackRate | No | Callback rate for TRAILING_STOP_MARKET (0.1-10) | |
| positionSide | No | Position side. BOTH for one-way mode, LONG/SHORT for hedge mode | |
| closePosition | No | Close position flag | |
| activationPrice | No | Activation price for TRAILING_STOP_MARKET | |
| newClientOrderId | No | Unique client order ID |