Auto Cancel HF order setting query
Through this interface, you can query the settings of automatic order cancellation
HTTP REQUEST
GET /api/v1/hf/orders/dead-cancel-all/query
Example
GET /api/v1/hf/orders/dead-cancel-all/query
{
"timeout": 5,
"symbols": "BTC-USDT",
"currentTime": 1682010526,
"triggerTime": 1682010531
}
API KEY PERMISSIONS
This endpoint requires the Spot Trading permission.
REQUEST URL
This endpoint support Spot URL
REQUEST RATE LIMIT
Spot weight
:2
PARAMETERS
N/A
RESPONSES
Param | Description |
---|---|
timeout | Auto cancel order trigger setting time, the unit is second. range: timeout=-1 (meaning unset) or 5 <= timeout <= 86400 |
symbols | List of trading pairs. Separated by commas, empty means all trading pairs |
currentTime | System current time (in seconds) |
triggerTime | Trigger cancellation time (in seconds) |