Returns the VET and VTHO balance of a given address.
Last updated 5 months ago
https://api.vechainstats.com/v2/account/vet-vtho ?address=0xd0d9cd5aa98efcaeee2e065ddb8538fa977bc8eb &VCS_API_KEY=your_api_key
{ "status": { "success": true, "message": "OK" }, "data": { "vet": "7977822092.24503776546074", "vtho": "6913338815.48986325779438" }, "meta": { "address": "0xd0d9cd5aa98efcaeee2e065ddb8538fa977bc8eb", "timestamp": 1692712147 } }
address
The address of which you want to query the VET and VTHO balance.