You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: