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.
Modify Limit Order (SIGNED)
Applicable for modifying contract limit orders
Request URL
POST https://cloud-api.wooxpro.com/contract/private/modify-limit-order
Request Limit
See Detailed Rate LimitRequest Parameter
Request
| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| symbol | String | Yes | Symbol of the contract(like BTCUSDT) |
| order_id | Int | No | Order ID(order_id or client_order_id must give one) |
| client_order_id | String | No | Client-defined OrderId(A combination of case-sensitive alphanumerics, all numbers, or all letters of up to 32 characters) |
| price | String | No | Order Price(price or size must give one) |
| size | Int | No | Order Size(size or price must give one) |
Response Data
Response
| Field | Type | Description |
|---|---|---|
| order_id | Int | Order ID |
| client_order_id | String | Client Order ID |