Market Data
This page contains the endpoints, that you can use to obtain market information about the $VC token. Data supplied by CoinGecko.
Get token price
GET https://api.vinu.cash/market/price
Return the $VC token price
With code 200, you will receive the number as the response.
Example:
0.121
Code 500 means, an internal server error has occurred and the request could not be processed.
Get token ATH
GET https://api.vinu.cash/market/ath
Return the $VC token ATH (all time high)
With code 200, you will receive the number as the response.
Example:
0.221
Code 500 means, an internal server error has occurred and the request could not be processed.
Get token volume
GET https://api.vinu.cash/market/volume
Return the $VC token 24h volume
With code 200, you will receive the number as the response.
Example:
2403001
Code 500 means, an internal server error has occurred and the request could not be processed.
Get token volume
GET https://api.vinu.cash/market/market-cap
Return the $VC token market cap. This may be inaccurate as of now, because CoinGecko doesn't have information about the $VC total supply.
With code 200, you will receive the number as the response.
Example:
1000000
Code 500 means, an internal server error has occurred and the request could not be processed.
Get token market info
GET https://api.vinu.cash/market/info
Return the $VC token market cap, price, ATH and volume.
With code 200, you will receive a JSON object as the response.
Example:
Code 500 means, an internal server error has occurred and the request could not be processed.
Last updated