trading_place_order
Execute Binance futures orders (limit, market, stop, take-profit) by specifying symbol, side, type, and optional quantity, price, or stop price.
Instructions
下单(限价/市价/止损/止盈)。参数:symbol(必填)/side(必填)/type(必填)/quantity(限价必填)/price(限价必填)/stopPrice(止损止盈必填)/reduceOnly/timeInForce/positionSide
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 交易对符号 如 BTCUSDT | |
| side | Yes | 方向 BUY=买入 / SELL=卖出 | |
| type | Yes | ||
| positionSide | No | 持仓方向(双向持仓模式时需指定) | |
| quantity | No | 数量(市价全仓可不传) | |
| price | No | 价格(市价可不传) | |
| stopPrice | No | 止损/止盈触发价 | |
| timeInForce | No | 有效期 GTC=有效至取消 / IOC=立即成交或取消 / FOK=全部成交或取消 | |
| reduceOnly | No | 仅减仓 true=是 |