Celoscan
HomeTwitterKnowledge Base
Alfajores Celoscan
Alfajores Celoscan
  • Alfajores Testnet
  • 🎯API Endpoints
    • Accounts
    • Contracts
    • Transactions
    • Blocks
    • Logs
    • Geth/Parity Proxy
    • Tokens
    • Stats
  • Visit Alfajores Celoscan
Powered by GitBook
On this page
  • Get Total Supply of CELO
  • Get CELO Last Price
  1. API Endpoints

Stats

PreviousTokens

Last updated 1 year ago

Get Total Supply of CELO

Returns the current amount of CELO in circulation.

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

Try this endpoint in your

No parameters required.

Sample Response

{
   "status":"1",
   "message":"OK",
   "result":"164053000499000000000000000"
}

Tip : Easily convert CELO units using our

Get CELO Last Price

Returns the latest price of 1 CELO.

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

Try this endpoint in your

No parameters required.

Sample Response

{
   "status":"1",
   "message":"OK",
   "result":{
      "ethbtc":"0.0000427598841152601",
      "ethbtc_timestamp":"1661139848",
      "ethusd":"0.915",
      "ethusd_timestamp":"1661139735"
   }
}

Tip : The timestamps are represented in

🎯
🔗
📖
🔗
⏳
browser
unit converter.
browser
Unix timestamp.