Cronoscan
Home TwitterKnowledge BaseAPI PRO
  • Introduction
  • ✨Getting Started
    • Creating an Account
    • Getting an API Key
    • Endpoint URLs
  • 🎯API Endpoints
    • Accounts
    • Contracts
    • Transactions
    • Blocks
    • Logs
    • Geth Proxy
    • Tokens
    • Stats
  • 🤝Support
    • FAQ
    • Rate Limits
    • Common Error Messages
    • Getting Help
  • Visit Cronoscan.com
Powered by GitBook
On this page
  • Get Total Supply of CRO on the Cronos Chain
  • Get CRO Last Price
  1. API Endpoints

Stats

PreviousTokensNextFAQ

Last updated 1 year ago

Get Total Supply of CRO on the Cronos Chain

Returns the current amount of CRO in circulation.

https://api.cronoscan.com/api?
   module=stats
   &action=ethsupply
   &apikey=YourApiKeyToken

Try this endpoint in your

No parameters required.

Sample Response

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

Tip : The result is returned in

Easily convert CRO units using our

Get CRO Last Price

Returns the latest price of 1 CRO.

https://api.cronoscan.com/api
   ?module=stats
   &action=ethprice
   &apikey=YourApiKeyToken

Try this endpoint in your

No parameters required.

Sample Response

{
   "status":"1",
   "message":"OK",
   "result":{
      "ethbtc":"0.009739",
      "ethbtc_timestamp":"1630405871",
      "ethusd":"460.89",
      "ethusd_timestamp":"1630405860"
   }
}

Tip : The timestamps are represented in

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