✨VIP180 Balance
This endpoint returns the VIP180 token balances of a given address
https://api.vechainstats.com/v2/token/vip180
?address=0x3FB604A9b40e4c1aBF0Eb91A67bB90FC06dfb27E
&expanded=false
&VCS_API_KEY=your_api_keyParameter
Description
address
The address for which you want to know it's token balance.
expanded
Either true or false. Setting this option to true expands the response with name, contract and decimals.
{
"status": {
"success": true,
"message": "OK"
},
"data": {
"vtho": "497382339.912165195246439",
"sha": "897889972.44071606",
"hai": "49832113.43189046",
"veed": "151000000",
"yeet": "0.69"
},
"meta": {
"address": "0x3fb604a9b40e4c1abf0eb91a67bb90fc06dfb27e",
"timestamp": 1692782620
}
}Last updated
Was this helpful?