Get Active HF Order Symbols

This endpoint allows users to query all trading pairs with active orders.

HTTP REQUEST

GET /api/v3/hf/margin/order/active/symbols

Example

GET /api/v3/hf/margin/order/active/symbols?tradeType=MARGIN_TRADE

{
    "code": "200000",
    "data": {
        "symbolSize": 1,
        "symbols": ["ADA-USDT"]
    }
}
API KEY PERMISSIONS

This endpoint requires Margin Trading permission.

REQUEST URL

This endpoint supports Spot URL.

REQUEST RATE LIMIT

Spot Market Weight: 2

PARAMETERS
Param Type Mandatory Description
tradeType String Yes Cross Margin: MARGIN_TRADE, Isolated Margin: MARGIN_ISOLATED_TRADE
RESPONSES
Param Description
symbols List of trading pairs with active orders
symbolSize Number of trading pairs with active orders