Skip to main content

Cancel Strategy Order

Cancel Strategy Order

Description​

Cancel strategy order

HTTP Request​

  • POST /api/v3/trade/cancel-strategy-order
  • Speed limit is 10 times/s (UID)
  • Permission: UTA trade (read & write)
Request
curl -X POST "https://api.bitget.com/api/v3/trade/cancel-strategy-order" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:zh-CN" \
-H "Content-Type: application/json" \
-d '{"orderId":"111111111111111111"}'

Request Parameters​

ParameterTypeRequiredComments
orderIdStringYesOrder ID
Either orderId or clientOid must be provided
If both orderId and clientOid are provided simultaneously, orderId takes higher priority
clientOidStringNoClient order ID
Either orderId or clientOid must be provided
If both orderId and clientOid are provided simultaneously, orderId takes higher priority
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1695806875837,
"data": null
}

Response Parameters​

ParameterTypeComments
codeStringCode
msgStringMsg
requestTimeStringTimestamp

How was your Reading Experience with us?

★
★
★
★
â˜