Cancel all HF orders
This endpoint can cancel all HF orders for all symbol.
HTTP REQUEST
DELETE /api/v1/hf/orders/cancelAll
Example
DELETE /api/v1/hf/orders/cancelAll
{
"succeedSymbols": [
"BTC-USDT",
"ETH-USDT"
],
"failedSymbols": [
{
"symbol": "BTC-USDT",
"error": "can't cancel, system timeout"
}
],
}
API KEY PERMISSIONS
This endpoint requires the Spot Trading permission.
REQUEST URL
This endpoint support Spot URL
REQUEST RATE LIMIT
Spot weight
:30
RESPONSES
Param | Description |
---|---|
succeedSymbols | Cancel order successful symbol |
failedSymbols | Cancel order failed symbol |