Skip to main content

Cancel All Trigger Orders

Type: POST

Description: /future/trade/v1/entrust/cancel-all-plan


Limit Flow Rules​

  • 200/s/apikey

Parameters​

NameTypeMandatoryDefaultDescriptionRanges
symbolstringYes—Trading paire.g. btc_usdt

Request Example​

cURL
curl -X POST "https://fapi.xt.com/future/trade/v1/entrust/cancel-all-plan" \
-H "validate-appkey: $APPKEY" \ # Required
-H "validate-timestamp: $TIMESTAMP" \ # Required
-H "validate-signature: $SIGNATURE" \ # Required
-H "Content-Type: application/x-www-form-urlencoded" \ # Required
-d "symbol=btc_usdt" # Required

Response Example​

Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": {},
"returnCode": 0
}

Error Codes​

Error CodeDescription
invalid_symbolTrading pair does not exist
failInternal error