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
To integrate with some external services (like Coinmarketcap) is it required to have endpoints to return supply (max, total, circulating). For now, NIS API doesn't have such endpoints.
Expected Behaviour
NIS API should have an endpoints (according Coinmarketcap requirement it should be separate endpoint for each property) to return supply:
max
total
circulating
For now, it should be always a value (max, total, circulating) = 8,999,999,999
The text was updated successfully, but these errors were encountered:
cryptoBeliever
changed the title
[nis] add api that will return max, total, circulating supply
[nis] add endpoints that will return max, total, circulating supply
Nov 22, 2022
Current Behaviour
To integrate with some external services (like Coinmarketcap) is it required to have endpoints to return supply (max, total, circulating). For now, NIS API doesn't have such endpoints.
Expected Behaviour
NIS API should have an endpoints (according Coinmarketcap requirement it should be separate endpoint for each property) to return supply:
For now, it should be always a value (max, total, circulating) = 8,999,999,999
The text was updated successfully, but these errors were encountered: