Stats

Get Total Supply of Ether

Returns the current amount of Ether in circulation.

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

No parameters required.

Get Ether Last Price

Returns the latest price of 1 ETH.

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

No parameters required.

Get Scroll Nodes Size

Returns the size of the Scroll blockchain, in bytes, over a date range.

https://api.scrollscan.com/api
   ?module=stats
   &action=chainsize
   &startdate=2023-11-06
   &enddate=2023-11-06
   &clienttype=geth
   &syncmode=default
   &sort=asc
   &apikey=YourApiKeyToken

Query Parameters

Get Total Nodes Count

Returns the total number of discoverable Scroll nodes.

https://api.scrollscan.com/api
   ?module=stats
   &action=nodecount
   &apikey=YourApiKeyToken

No parameters required.

Last updated