futures_update_order
Modify an existing futures order by updating its price, quantity, or other parameters. Specify orderId and symbol to adjust order details.
Instructions
修改期货订单(修改价格/数量等。建议传 side+type 避免 Binance 校验不通过,仅 orderId+symbol 必填)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | 订单ID | |
| symbol | Yes | 交易对符号 | |
| side | No | 买卖方向。建议修改订单时一并传入,避免 Binance 端校验不通过 | |
| positionSide | No | 持仓方向,双向持仓模式必填 | |
| type | No | 订单类型。建议修改订单时一并传入,避免 Binance 端校验不通过 | |
| quantity | No | 数量(只改价格时可不传) | |
| price | No | 价格 |