Replace Order
This API is used to replace order, modify quantity or price.
SDK Links
Request
| HTTP Method | PUT |
| HTTP URL | /v1/trade/order |
Parameters
Content-Type: application/json; charset=utf-8
| Name | Type | Required | Description |
|---|---|---|---|
| order_id | string | YES | Order ID |
| quantity | string | YES | Replaced quantity, example: 100 |
| price | string | NO | Replaced price, example: 388.5LO / ELO / ALO / ODD / LIT Order Required |
| trigger_price | string | NO | Trigger price, example: 388.5LIT / MIT Order Required |
| limit_offset | string | NO | Limit offset amountTSLPAMT / TSLPPCT Order Required whenlimit_depth_level is set to 0 |
| trailing_amount | string | NO | Trailing amountTSLPAMT Order Required |
| trailing_percent | string | NO | Trailing percentTSLPPCT Order Required |
| remark | string | NO | Remark (Maximum 64 characters) |
| limit_depth_level | int32 | NO | Specifies the bid/ask depth level. TSLPAMT / TSLPPCT Order Required |
| monitor_price | string | NO | Monitoring price. TSLPAMT / TSLPPCT Order Required |
| trigger_count | int32 | NO | Number of triggers. LIT / MIT / TSLPAMT / TSLPPCT Order Required |
Request Example
Response
Response Headers
- Content-Type: application/json
Response Example
json
{
"code": 0,
"message": "success",
"data": {}
}Response Status
| Status | Description | Schema |
|---|---|---|
| 200 | The submission was successful and the order was commissioned. | None |
| 400 | The replace was rejected with an incorrect request parameter. | None |