Cancel HF order by clientOid
This endpoint sends out a request to cancel a high-frequency order using clientOid.
HTTP REQUEST
DELETE /api/v1/hf/orders/client-order/{clientOid}?symbol={symbol}
Example
DELETE /api/v1/hf/orders/client-order/6d539dc614db3?symbol=ETH-BTC
// response
{
"code": "200000",
"data": {
"clientOid": "6d539dc614db3"
}
}
API KEY PERMISSIONS
This endpoint requires the Spot Trading permission.
REQUEST URL
This endpoint support Spot URL
REQUEST RATE LIMIT
Spot weight:1
PARAMETERS
| Param | Type | Mandatory | Description |
|---|---|---|---|
| clientOid | String | Yes | Path parameter, an identifier created by the client |
| symbol | String | Yes | symbol, such as, ETH-BTC |
RESPONSES
| Param | Description |
|---|---|
| clientOid | Identifier created by the client |