Cancel all track
Type: POST
Description: /future/trade/v1/entrust/cancel-all-track
Limit Flow Rules
200/s/apikey
Parameters
| name | type | mandatory | default | description |
|---|---|---|---|---|
| symbol | string | false | N/A | Trading pair |
Request Example
curl -X POST "https://fapi.xt.com/future/trade/v1/entrust/cancel-all-track" \
-H "validate-appkey: $APPKEY" # Required
-H "validate-timestamp: $TIMESTAMP" # Required
-H "validate-signature: $SIGNATURE" # Required
-H "Content-Type: application/json" # Required
Response Example
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": {},
"returnCode": 0
}
Error Codes
| Error Code | Description |
|---|---|
| invalid_symbol | Trading pair does not exist |
| fail | Internal error |