Constellation-Labs / constellation

:milky_way::satellite: Decentralized Application Integration Platform
Apache License 2.0
153 stars 40 forks source link

Added endpoint with total supply #1480

Closed marcinwadon closed 3 years ago

marcinwadon commented 3 years ago

The total supply endpoint will be on public API (port 9000) on path /total-supply. It will return the following JSON:

{
  "height": 149523,
  "value": 1234567890
}

Total supply is a normalized value - it's multiplicated by 1e8 (8 significant digits)