Stats

Get Total Supply of Ether

Returns the current amount of Ether in circulation.

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

No parameters required.

Get Ether Last Price

Returns the latest price of 1 ETH.

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

No parameters required.

Last updated