Stats

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 browser 🔗

No parameters required.

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 browser 🔗

No parameters required.

Last updated