资产概览
限速规则: 1次/1s (Uid)
资产概览
HTTP请求
- GET /api/v2/account/all-account-balance
请求示例
curl "https://api.bitget.com/api/v2/account/all-account-balance" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"
请求参数
参数名 | 参数类型 | 是否必须 | 描述 |
---|
返回示例
{
"code": "00000",
"msg": "success",
"requestTime": 1712129301188,
"data": [
{
"accountType": "spot",
"usdtBalance": "326883.9190752508"
},
{
"accountType": "futures",
"usdtBalance": "280108.503808983783"
},
{
"accountType": "funding",
"usdtBalance": "0"
},
{
"accountType": "earn",
"usdtBalance": "142313.7"
},
{
"accountType": "bots",
"usdtBalance": "210.585022843422"
},
{
"accountType": "margin",
"usdtBalance": "54616.35774218"
}
]
}
返回参数
返回字段 | 参数类型 | 字段说明 |
---|---|---|
data | List<Object> | 资产列表 |
> accountType | String | 账户类型 |
> usdtBalance | String | 折合USDT金额 |