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

Name
Type
Description

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

Get Total Supply

GET https://api.vinu.cash/supply/total

Get total supply of $VC token.

Query Parameters

Name
Type
Description

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

Get Circulating Supply

GET https://api.vinu.cash/supply/circulating

Get circulating supply of $VC token.

Query Parameters

Name
Type
Description

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

Get Information about the Supply

GET https://api.vinu.cash/supply/info

Get information about the of supply of the $VC token.

Query Parameters

Name
Type
Description

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:

Get Circulating Supply

GET https://api.vinu.cash/supply/burned

Get burned supply of $VC token.

Query Parameters

Name
Type
Description

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

Get Circulating Supply

GET https://api.vinu.cash/supply/excluded-addresses

Get the list of excluded addresses from the circulating supply.

Query Parameters

Name
Type
Description

human

boolean

Whether to present in a human readable format instead of the raw amount

Example:

Last updated