Cancel Order by clientOid
Request via this interface to cancel an order via the clientOid.
HTTP REQUEST
DELETE /api/v1/order/client-order/{clientOid}
Example
DELETE /api/v1/order/client-order/6d539dc614db3
{
"cancelledOrderId": "5f311183c9b6d539dc614db3",
"clientOid": "6d539dc614db3"
}
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 |
RESPONSES
Param | Description |
---|---|
cancelledOrderId | Unique ID of the cancelled order |
clientOid | Unique order id created by users to identify their orders |