curl --location 'https://chainhub.bitycle.com/v1/balance' \
--header 'Authorization: Token xxx'{
"balanceBasedOnTether": 5690.45952276,
"assets": [
{
"currency": "USDT",
"balance": "4532.05952276",
"logo": "https://raw.githubusercontent.com/meterio/token-list/master/data/USDT/logo.png",
"lastPrice": 1,
"tokenName": "USDT"
},
{
"currency": "USDC",
"balance": "1158.40000000",
"logo": "https://statics.bitycle.com/public/exchange/currency/logo/hjnQJ7wEzp.png",
"lastPrice": 1,
"tokenName": "USDC"
}
]
}