https://github.com/verida/vda-supply-api
https://github.com/verida/vda-supply-api
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/verida/vda-supply-api
- Owner: verida
- License: isc
- Created: 2024-05-06T03:46:05.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-06-10T02:46:14.000Z (about 1 year ago)
- Last Synced: 2025-06-10T03:32:50.375Z (about 1 year ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.