Cancel Order by clientOid

Request via this interface to cancel a stop order via the clientOid.

HTTP REQUEST

DELETE /api/v1/stop-order/cancelOrderByClientOid

Example

DELETE /api/v1/stop-order/cancelOrderByClientOid?symbol=BTC-USDT&clientOid=9823jnfda923a

{
  "cancelledOrderId": "vs8hoo8ksc8mario0035a74n",
  "clientOid": "689ff597f4414061aa819cc414836abd"
}
API KEY PERMISSIONS

This endpoint requires the Spot Trading or Margin Trading permission.

REQUEST URL

This endpoint support Spot URL

REQUEST RATE LIMIT

Spot weight:5

PARAMETERS
Param Type Mandatory Description
clientOid String Yes Unique order id created by users to identify their orders
symbol String No symbol
RESPONSES
Param Description
cancelledOrderId Unique ID of the cancelled order
clientOid Unique order id created by users to identify their orders