Skip to main content

Isolated Cancel Order

Frequency limit: 10 times/1s (UID)

Description

HTTP Request

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

Request Parameters

ParameterTypeRequiredDescription
symbolStringYesTrading pairs, BTCUSDT
orderIdStringNoOrder ID
Either orderId or clientOid is required
clientOidStringNoClient customized ID
Either orderId or clientOid is required
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1695621708119,
"data": {
"orderId": "121211212122",
"clientOid": "121211212122"
}
}

Response Parameters

ParameterTypeDescription
orderIdStringOrder ID
clientOidStringCustomized ID

How was your Reading Experience with us?