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 TP/SL Order (SIGNED)
Applicable for modifying TP/SL orders
Request URL
POST https://cloud-api.wooxpro.com/contract/private/modify-tp-sl-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) |
| client_order_id | String | No | Client order ID(order_id or client_order_id must give one) |
| trigger_price | String | Yes | Trigger price |
| executive_price | String | No | Execution price for order, mandatory when plan_category = 1 |
| price_type | Int | Yes | Trigger price type - 1=last_price- 2=fair_price |
| plan_category | Int | No | TP/SL type - 1=TP/SL- 2=Position TP/SL |
| category | String | No | Order type, Position TP/SL default market- limit- market |
Response Data
Response
| Field | Type | Description |
|---|---|---|
| order_id | String | Order ID |