wallet-balance
Give details breakdown of a wallet balance. Also include wallet positions in Aave protocol
/web3/wallet-balance
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"isError": false,
"errorMsg": "OK",
"data": {
"USDT": {
"amt": 1320.7021,
"img": "https://tokens.1inch.exchange/0xdac17f958d2ee523a2206206994597c13d831ec7.png",
"amtUSD": 1319.67
},
"ETH": {
"amt": 0.73508,
"img": "https://s3.amazonaws.com/token-icons/eth.png",
"amtUSD": 1195.68
},
"Dswap": {
"amt": 458.2693,
"img": "https://logos.covalenthq.com/tokens/0x3f344c88d823f180fb8b44a3c7cfc4edc92dfa35.png",
"amtUSD": 0
},
"TOTAL": {
"amtUSD": 2515.3500000000004,
"amt": 1.5464,
"_ignore": "amtUSD is total wallet balance in USD, amt is total wallet balance in ETH"
}
}
}Last updated