Skip to main content

Cancel Plan Order

Frequency limit: 20 times/1s (UID)

Description

Cancel Plan order

HTTP Request

  • POST /api/v2/spot/trade/cancel-plan-order
Request Example
curl -X POST "https://api.bitget.com/api/v2/spot/trade/cancel-plan-order" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json" \
-d '{"orderId": "121211212122"}'

Request Parameter

ParameterTypeRequiredDescription
orderIdStringNoEither 'orderId' or 'clientOid' is required.
clientOidStringNoEither 'orderId' or 'clientOid' is required.
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1668134497496,
"data": {
"result":"success"
}
}

Response Parameter

ParameterTypeDescription
resultStringResult is success or failure

How was your Reading Experience with us?