Address Balance
You can check the $VC balance of the specified address using this endpoint.
Get address balance
GET https://api.vinu.cash/balance/[address]
Path Parameters
Name
Type
Description
[address]*
String
Address you wish to check the balance of
With code 200, you will receive the number as the response.
Example:
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