Get symbol with active HF orders List
This interface can query all trading pairs that the user has active orders
HTTP REQUEST
GET /api/v1/hf/orders/active/symbols
Example
GET /api/v1/hf/orders/active/symbols
{
"success": true,
"code": "200",
"msg": "success",
"retry": false,
"data": {
"symbols": ["BTC-USDT"]
}
}
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 |
---|---|
symbols | List of trading pairs with active orders |