modify_order
Update price or quantity of an existing limit order on Binance USDT-M Futures to adjust trading strategies or manage positions.
Instructions
Modify price or quantity of an existing open LIMIT order (PUT /fapi/v1/order).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Trading pair, e.g. 'BTCUSDT' | |
| side | Yes | Must match the original order side | |
| quantity | Yes | New quantity | |
| order_id | No | Binance order ID to modify | |
| client_order_id | No | Client order ID to modify | |
| price | No | New limit price |