You can check the $VC balance of the specified address using this endpoint.
GET https://api.vinu.cash/balance/[address]
GET
https://api.vinu.cash/balance/[address]
[address]*
String
Address you wish to check the balance of
With code 200, you will receive the number as the response.
Example: 373721
373721
Code 500 means, an internal server error has occurred and the request could not be processed.
A bad request will come with a JSON object, explaining the reason of it.
Example:
{"error":"Incorrect address"}
Last updated 2 years ago