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

Try this endpoint in your browser 🔗

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

Try this endpoint in your browser 🔗

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

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

startdate

the starting date in yyyy-MM-dd format, eg. 2019-02-01

enddate

the ending date in yyyy-MM-dd format, eg. 2019-02-28

clienttype

the Ethereum node client to use, either geth or parity

syncmode

the type of node to run, either default or archive

sort

the sorting preference, use asc to sort by ascending and desc to sort by descending

Get Total Nodes Count

Returns the total number of discoverable Scroll nodes.

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

Try this endpoint in your browser 🔗

No parameters required.

Last updated