查詢Broker子賬戶APIKEY

該接口支持查詢該Broker的子賬戶APIKEY

HTTP請求

GET /api/v1/broker/nd/account/apikey

示例

GET /api/v1/broker/nd/account/apikey?uid=123456789

{
  "data" : [
    {
      "apiKey" : "662afc7e873b9300018e41a1",
      "uid" : "201***341",
      "label" : "qwe34rf",
      "createdAt" : 1714093182000,
      "apiVersion" : 3,
      "permissions" : [
        "General",
        "Futures",
        "Spot"
      ],
      "ipWhitelist" : [
        "103.**.37"
      ]
    }
  ],
  "code" : "200000"
}
請求URL

此接口支持Broker URL

頻率限制

Broker权重:2

參數
參數 數據類型 是否必須 含義
uid String 子賬戶UID
apiKey String 子賬戶apiKey,不填返回該子賬戶所有apikey
返回值
字段 含義
uid 子賬戶UID
label apikey備注
apiKey apiKey
permissions 權限列表
ipWhitelist ip白名單列表
createdAt 創建時間,unix时间戳(毫秒)
apiVersion Api-Key 版本號