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

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

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)