VIP180 Balance Custom
This endpoint returns the balance of a vip180 token contract address for a specific address
https://api.vechainstats.com/v2/token/vip180-custom
?address=0x3FB604A9b40e4c1aBF0Eb91A67bB90FC06dfb27E
&contract=0xaCc280010B2EE0efc770BCE34774376656D8cE14
&VCS_API_KEY=your_api_keyParameter
Description
address
The address for which you want to know it's token balance.
contract
The contract address of the VIP180 token.
Sample Response
{
"status": {
"success": true,
"message": "OK"
},
"data": {
"amount": "49832113.43189046"
},
"meta": {
"address": "0x3fb604a9b40e4c1abf0eb91a67bb90fc06dfb27e",
"contract": "0xacc280010b2ee0efc770bce34774376656d8ce14",
"symbol": "HAI",
"decimals": 8,
"timestamp": 1692716473
}
}Last updated
Was this helpful?