create_order
Place real orders on an exchange to open or reduce positions, with support for limit, market, and post-only types, specifying quantity, direction, and optional price.
Instructions
【真实交易】下单。将在交易所执行真实交易,请谨慎操作。
Args: symbol: 交易对,如 BTCUSDT-PERP.BINANCE side: 方向,BUY 或 SELL type: 订单类型,LIMIT / MARKET / POST_ONLY amount: 数量(字符串,如 "0.01") price: 价格(限价单必填,字符串如 "68000") reduce_only: 是否仅减仓,默认 False
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| type | Yes | ||
| price | No | ||
| amount | Yes | ||
| symbol | Yes | ||
| reduce_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||