Alter Stop Limit
Type: POST
Description: /future/trade/v1/entrust/update-profit-stop
Remark: Content-Type = application/x-www-form-urlencoded && application/json
Limit Flow Rules
200/s/apikey
Parameters
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
profitId | integer | true | N/A | Stop limit ID | |
triggerProfitPrice | number | false | N/A | TP trigger price | |
triggerStopPrice | number | false | N/A | SL trigger price |
Response Example
Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": {},
"returnCode": 0
}