Cancel Specified number HF orders by orderId
This interface can cancel the specified quantity of the order according to the orderId.
HTTP REQUEST
DELETE /api/v1/hf/orders/cancel/{orderId}
Example
DELETE /api/v1/hf/orders/cancel/1?symbol=BTC-USDT&cancelSize=10.01
{
"code": "200000",
"data": {
"orderId": "6d539dc614db3",
"cancelSize": "10.01"
}
}
API KEY PERMISSIONS
This endpoint requires the Spot Trading permission.
REQUEST URL
This endpoint support Spot URL
REQUEST RATE LIMIT
Spot weight
:2
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
orderId | String | Yes | Order id of the cancelled order |
symbol | String | Yes | symbol |
cancelSize | String | Yes | canceled size |
RESPONSES
Param | Description |
---|---|
orderId | Canceled orderId |
cancelSize | canceled size |