Spot HF Trade - Pro Account

Get User Type

This interface determines whether the current user is a spot high-frequency user or a spot low-frequency user.

Notice This interface is a compatibility interface left over from the old version upgrade. Only some old users need to use it (high frequency will be opened before 2024 and trade_hf has been used). Most user do not need to use this interface. When the return is true, you need to use trade_hf to transfer assets and query assets When the return is false, you need to use trade to transfer assets and query assets.

HTTP REQUEST

GET /api/v1/hf/accounts/opened

Example

GET /api/v1/hf/accounts/opened

{
    'code': '200000',
    'data': True
}
API KEY PERMISSIONS

This endpoint requires the General permission.

REQUEST URL

This endpoint support Spot URL

REQUEST RATE LIMIT

Spot weight:30

RESPONSES
Param Description
data Current user type. True means the current user is a high-frequency spot user, False means the current user is a low-frequency spot user