PolygonScan
HomeTwitterKnowledge Base API PRO
Polygon zkEVM
Polygon zkEVM
  • 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 zkEVM Polygonscan
Powered by GitBook
On this page
  • Get Total Supply of ETH on the Polygon zkEVM Chain
  • Get ETH Last Price
  1. API Endpoints

Stats

PreviousTokensNextFAQ

Last updated 1 year ago

Get Total Supply of ETH on the Polygon zkEVM Chain

Returns the current amount of ETH in circulation.

https://api-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":"6672300637100000000000000000"
}

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-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.00002575",
      "ETHbtc_timestamp":"1632824558",
      "ETHusd":"1.079",
      "ETHusd_timestamp":"1632824559"
   }
}

Tip : The timestamps are represented in

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