Implement a couple ofpublicly accessible REST API endpoint that returns Total Supply and Circulating Supply data in JSON format and without requiring authentication or API keys.
The expected endpoints and returns should look like this:
/v1/supply/total/json
/v1/supply/circulating/json
Overview
Implement a couple ofpublicly accessible REST API endpoint that returns Total Supply and Circulating Supply data in JSON format and without requiring authentication or API keys. The expected endpoints and returns should look like this: /v1/supply/total/json /v1/supply/circulating/json
And will they return:
Links
https://github.com/telosnetwork/api-telos-net/blob/develop/src/v1-routes/tokens.js
Acceptance Criteria
Tasks