An open API service indexing awesome lists of open source software.

https://github.com/verida/vda-supply-api


https://github.com/verida/vda-supply-api

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# VDA Token Supply

A basic server that returns the number of VDA tokens:

## `/api/v1/circulating`

Total tokens currently circulating. Pulls the number of tokens released from the Magna smart contract and consolidates with other known token

## `/api/v1/total`

Total token supply.

Always returns `1,000,000,000`.