https://github.com/interlay/supply-info-api
Simple info API for circulating supply - mainly a wrapped around Subscan's API
https://github.com/interlay/supply-info-api
Last synced: about 1 year ago
JSON representation
Simple info API for circulating supply - mainly a wrapped around Subscan's API
- Host: GitHub
- URL: https://github.com/interlay/supply-info-api
- Owner: interlay
- Created: 2022-03-16T11:46:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T08:45:19.000Z (over 3 years ago)
- Last Synced: 2025-01-14T01:48:47.815Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Token supply
Collection of script to calculate token metrics for KINT and INTR.
Data source for these is Subscan.
- KINT: https://kintsugi.api.subscan.io/
- INTR: https://interlay.api.subscan.io/
### Deployment
The API is using [Flask](https://palletsprojects.com/p/flask/) to expose REST API.
It is hosted as [serverless Vercel function](https://vercel.com/docs/concepts/functions) inside the Interbtc-UI project [here](https://github.com/interlay/interbtc-ui/tree/master/api)