跳到主要内容

获取币种资产列表

类型: GET 描述: /spot/v4/balances

参数

名称类型是否必需默认值描述范围
currenciesstring币种列表,以逗号分隔,例如:usdt,btc

注意事项

限流规则

10次/秒/apikey

响应示例

响应
{
"rc": 0,
"mc": "string",
"ma": [{}],
"result": {
"totalBtcAmount": 0,
"assets": [
{
"currency": "string",
"currencyId": 0,
"frozenAmount": 0,
"availableAmount": 0,
"totalAmount": 0,
"convertBtcAmount": 0
}
]
}
}