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-limit-order
请求限制
参见 速率限制详细请求参数
请求
| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| symbol | String | 必填 | 合约交易对(如BTCUSDT) |
| order_id | Int | 选填 | 订单id(order_id和client_order_id必须提供一个) |
| client_order_id | String | 选填 | 用户自定义ID |
| price | String | 选填 | 限价价格(和size必须填一个) |
| size | Int | 选填 | 订单数量(和price必须填一个) |
响应详情
响应
| 字段 | 类型 | 描述 |
|---|---|---|
| order_id | Int | 订单编号 |
| client_order_id | String | 用户自定义ID |