Token Supply
All the endpoints necessary to obtain the information about the supply of $VC.
Get Maximum Supply
GET https://api.vinu.cash/supply/max
Get maximumum supply of $VC token.
Query Parameters
human
boolean
Whether to present in a human readable format instead of the raw amount
With code 200, you will receive the number as the response.
Example:
281821878
Code 500 means, an internal server error has occurred and the request could not be processed.
Get Total Supply
GET https://api.vinu.cash/supply/total
Get total supply of $VC token.
Query Parameters
human
boolean
Whether to present in a human readable format instead of the raw amount
With code 200, you will receive the number as the response.
Example:
281821878
Code 500 means, an internal server error has occurred and the request could not be processed.
Get Circulating Supply
GET https://api.vinu.cash/supply/circulating
Get circulating supply of $VC token.
Query Parameters
human
boolean
Whether to present in a human readable format instead of the raw amount
With code 200, you will receive the number as the response.
Example:
281821878
Code 500 means, an internal server error has occurred and the request could not be processed.
Get Information about the Supply
GET https://api.vinu.cash/supply/info
Get information about the of supply of the $VC token.
Query Parameters
human
boolean
Whether to present in a human readable format instead of the raw amount
With code 200, you will receive the following object as the response.
Example:
Code 500 means, an internal server error has occurred and the request could not be processed.
Get Circulating Supply
GET https://api.vinu.cash/supply/burned
Get burned supply of $VC token.
Query Parameters
human
boolean
Whether to present in a human readable format instead of the raw amount
With code 200, you will receive the number as the response.
Example:
281821878
Code 500 means, an internal server error has occurred and the request could not be processed.
Get Circulating Supply
GET https://api.vinu.cash/supply/excluded-addresses
Get the list of excluded addresses from the circulating supply.
Query Parameters
human
boolean
Whether to present in a human readable format instead of the raw amount
Example:
Code 500 means, an internal server error has occurred and the request could not be processed.
Last updated