Sub-Account API

Get Sub-Account API List

This endpoint can be used to obtain a list of Spot APIs pertaining to a sub-account.

HTTP REQUEST

GET /api/v1/sub/api-key

Example

GET /api/v1/sub/api-key

{
  "code": "200000",
  "data": [
    {
      "subName": "AAAAAAAAAAAAA0022",
      "remark": "hytest01-01",
      "apiKey": "63032453e75087000182982b",
      "permission": "General",
      "ipWhitelist": "",
      "createdAt": 1661150291000
    }
  ]
}
API KEY PERMISSIONS

This endpoint requires the General permission.

REQUEST URL

This endpoint support Spot URL or Futures URL

REQUEST RATE LIMIT

Manage weight:20

PARAMETERS
Param Type Mandatory Description
apiKey String No API-Key
subName String Yes Sub-account name.
RESPONSES
Param Description
apiKey API-Key
createdAt Time of the event
ipWhitelist IP whitelist
permission Permissions
remark Remarks
subName Sub-account name