BinanceNewOrder
Create new buy or sell orders on Binance for any trading pair. Configure order type, quantity, price, and advanced options to execute trades directly.
Instructions
Create a new order on Binance for a specific trading pair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | Order side: BUY or SELL | |
| type | Yes | Order type | |
| price | No | Order price | |
| symbol | Yes | Symbol of the trading pair (e.g., BTCUSDT) | |
| quantity | Yes | Order quantity | |
| stopPrice | No | Stop price | |
| icebergQty | No | Iceberg quantity | |
| timeInForce | No | Time in force | |
| quoteOrderQty | No | Quote order quantity | |
| newClientOrderId | No | Client order ID | |
| newOrderRespType | No | Response type |