跳到主要内容

查询子账户的APIKey

获取指定子账户的APIkey信息

请求示例

GET/api/v3/sub-account/apiKey?subAccount=subAccount1&timestamp=1597026383085

返回示例

{
"subAccount":[
{
"note":"v5",
"apiKey":"arg13sdfgs",
"permissions":"SPOT_ACCOUNT_READ,SPOT_ACCOUNT_WRITE",
"ip":"135.181.193",
"createTime":1597026383085
},
{
"note":"v5.1",
"apiKey":"arg13sdfgs",
"permissions":"read_only",
"ip":"135.181.193",
"createTime":1597026383085
}
]
}

HTTP请求

  • GET /api/v3/sub-account/apiKey

接口权限要求: 账户读 / SPOT_ACCOUNT_R

权重(IP): 1

请求参数

参数名类型是否必须说明
subAccountstring子账户名称 如:subAccount1
recvWindowlong
timestamplong

返回参数

参数名类型说明
notestringAPIKey的备注
apiKeystringAPI公钥
permissionsstringAPIKey权限
ipstringAPIKey绑定的ip地址
createTimelong创建时间