获取独立经纪商账户信息
限速规则 10次/1s (UID)
描述
查看独立经纪商母账户的账户信息
HTTP请求
- GET /api/v2/broker/account/info
请求示例
curl "https://api.bitget.com/api/v2/broker/account/info" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:zh-CN" \
-H "Content-Type: application/json"
请求参数
N/A
返回示例
{
"code": "00000",
"msg": "success",
"requestTime": 1695783465795,
"data": {
"subAccountSize": "9",
"maxSubAccountSize": "10",
"uTime": "1691635508000"
}
}
返回参数
返回字段 | 参数类型 | 字段说明 |
---|---|---|
subAccountSize | String | 当前子账户数量 |
maxSubAccountSize | String | 最大可以创建的子账户数量 |
utime | String | 数据最后更新时间,毫秒时间戳 |