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 Plan Order (SIGNED)
Applicable for modifying contract plan orders
Request URL
POST https://cloud-api.wooxpro.com/contract/private/modify-plan-order
Request Limit
See Detailed Rate LimitRequest Parameter
Request
| Field | Type | Required? | Description |
|---|---|---|---|
| symbol | String | Yes | Symbol of the contract(like BTCUSDT) |
| order_id | String | No | Order ID(order_id or client_order_id must give one) |
| trigger_price | String | Yes | Trigger price |
| executive_price | String | No | Execution price for plan order, mandatory when type = limit |
| price_type | Int | Yes | Trigger price type - 1=last_price- 2=fair_price |
| type | String | Yes | Order type - limit- market |
Response Data
Response
| Field | Type | Description |
|---|---|---|
| order_id | String | Order ID |