PolygonScan
HomeTwitterKnowledge BaseAPI PRO
Cardona Polygon zkEVM
Cardona Polygon zkEVM
  • Cardona Polygon zkEVM
  • 🎯API Endpoints
    • Accounts
    • Contracts
    • Transactions
    • Blocks
    • Logs
    • Geth Proxy
    • Tokens
    • Stats
  • Visit Cardona Polygon zkEVM
Powered by GitBook
On this page
  • Get Total Supply of ETH on the Polygon zkEVMChain
  • Get ETH Last Price
  1. API Endpoints

Stats

PreviousTokens

Last updated 1 year ago

Get Total Supply of ETH on the Polygon zkEVMChain

Returns the current amount of ETH in circulation.

https://api-cardona-zkevm.polygonscan.com/api?
   module=stats
   &action=ETHsupply
   &apikey=YourApiKeyToken

Try this endpoint in your

No parameters required.

Sample Response

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

Tip : The result is returned in

Easily convert ETH units using our

Get ETH Last Price

Returns the latest price of 1 ETH.

https://api-cardona-zkevm.polygonscan.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",
    "ethbtc_timestamp": "1667217269",
    "ethusd": "0",
    "ethusd_timestamp": "1667217267"
  }
}

Tip : The timestamps are represented in

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