modify-order
Update the price or quantity of a pending Binance USDⓈ-M Futures order without canceling and recreating it.
Instructions
Modify an existing order on Binance USDⓈ-M Futures. Useful for updating price or quantity of pending orders without canceling and recreating them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | Order side: BUY or SELL (required) | |
| price | No | New price (optional) | |
| symbol | Yes | Trading pair symbol (e.g., BTCUSDT, ETHUSDT) | |
| orderId | No | Order ID from Binance | |
| quantity | No | New quantity (optional) | |
| origClientOrderId | No | Original client order ID |