totalAmount
frozenAmount
availableAmount
curl --location '/api/v1/wallet/balance/list' \ --header 'tenant-id: 1'
{ "code": 0, "msg": "success", "data": [ { "currency": "USDT", "totalAmount": "1000.000000", "frozenAmount": "50.000000", "availableAmount": "950.000000" }, { "currency": "USDC", "totalAmount": "500.000000", "frozenAmount": "0.000000", "availableAmount": "500.000000" } ], "ok": true }