Documentation Index
Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt
Use this file to discover all available pages before exploring further.
合约修改预设止盈止损单 (SIGNED)
适用于用户进行合约修改预设止盈止损单
请求URL
POST https://cloud-api.wooxpro.com/contract/private/modify-preset-plan-order
请求限制
参见 速率限制详细请求参数
请求
| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| symbol | String | 必填 | 合约交易对(如BTCUSDT) |
| order_id | String | 必填 | 订单id |
| preset_take_profit_price_type | Int | 选填 | 预设止盈委托价格类型 - 1=最新成交价(默认)- 2=标记价格 |
| preset_stop_loss_price_type | Int | 选填 | 预设止损委托价格类型 - 1=最新成交价(默认)- 2=标记价格 |
| preset_take_profit_price | String | 选填 | 预设止盈价格 |
| preset_stop_loss_price | String | 选填 | 预设止损价格 |
响应详情
响应
| 字段 | 类型 | 描述 |
|---|---|---|
| order_id | String | 订单编号 |