Giveth / giv-supply-function

1 stars 0 forks source link

GIV Circulating Supply Endpoint

A nodejs endpoint that returns the current GIV token circulating and total supply. The lambda function has two variations to meet the CoinGecko and CoinMarketCap circulating supply criteria.

Current Hosted Endpoints

Coingecko

curl "http://localhost:3000/token-supply"

Coinmarketcap

Circulating:

curl "http://localhost:3000/giv-supply-cmc?q=circulating"

Total:

curl http://localhost:3000/giv-supply-cmc?q=totalcoins