Stats

Get Total Supply of CELO

Returns the current amount of CELO in circulation excluding ETH2 Staking rewards and EIP1559 burnt fees.

https://api.celoscan.io/api
   ?module=stats
   &action=ethsupply
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

No parameters required.

Get Total Supply of CELO 2

Returns the current amount of CELO in circulation, ETH2 Staking rewards, EIP1559 burnt fees, and total withdrawn CELO from the beacon chain.

https://api.celoscan.io/api
   ?module=stats
   &action=ethsupply2
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

No parameters required.

Get CELO Last Price

Returns the latest price of 1 CELO.

https://api.celoscan.io/api
   ?module=stats
   &action=ethprice
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

No parameters required.

Last updated