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 Preset Plan Order (SIGNED)
Applicable for modifying contract preset plan orders
Request URL
POST https://cloud-api.wooxpro.com/contract/private/modify-preset-plan-order
Request Limit
See Detailed Rate LimitRequest Parameter
Request
| Field | Type | Required? | Description |
|---|---|---|---|
| order_id | String | Yes | Order ID |
| symbol | String | Yes | Symbol of the contract(like BTCUSDT) |
| preset_take_profit_price_type | Int | No | Pre-set TP price type - 1=last_price(default)- 2=fair_price |
| preset_stop_loss_price_type | Int | No | Pre-set SL price type - 1=last_price(default)- 2=fair_price |
| preset_take_profit_price | String | No | Pre-set TP price |
| preset_stop_loss_price | String | No | Pre-set SL price |
Response Data
Response
| Field | Type | Description |
|---|---|---|
| order_id | String | Order ID |