Stats

Get Total Supply of Ether

Returns the current amount of Ether in circulation excluding ETH2 Staking rewards and EIP1559 burnt fees.

https://api.lineascan.build/api
   ?module=stats
   &action=ethsupply
   &apikey=YourApiKeyToken

No parameters required.

Get Ether Last Price

Returns the latest price of 1 ETH.

https://api.lineascan.build/api
   ?module=stats
   &action=ethprice
   &apikey=YourApiKeyToken

No parameters required.

Returns the historical daily average gas limit of the Linea network.

 https://api.lineascan.build/api
    ?module=stats
    &action=dailyavggaslimit
    &startdate=2024-05-15
    &enddate=2024-06-01
    &sort=asc
    &apikey=YourApiKeyToken 

Query Parameters

Returns the total amount of gas used daily for transactions on the Linea network.

 https://api.lineascan.build/api
    ?module=stats
    &action=dailygasused
    &startdate=2024-05-15
    &enddate=2024-06-01
    &sort=asc
    &apikey=YourApiKeyToken 

Query Parameters

Returns the daily average gas price used on the Linea network.

 https://api.lineascan.build/api
    ?module=stats
    &action=dailyavggasprice
    &startdate=2024-05-15
    &enddate=2024-06-01
    &sort=asc
    &apikey=YourApiKeyToken 

Query Parameters

Returns the historical price of 1 ETH.

https://api.lineascan.build/api
   ?module=stats
   &action=ethdailyprice
   &startdate=2024-05-15
    &enddate=2024-06-01
   &sort=asc
   &apikey=YourApiKeyToken

Query Parameters

Returns the historical amount of transaction fees paid to the sequencer per day.

https://api.lineascan.build/api
   ?module=stats
   &action=dailytxnfee
   &startdate=2024-05-15
    &enddate=2024-06-01
   &sort=asc
   &apikey=YourApiKeyToken 

Query Parameters

Returns the historical number of new Linea Chain addresses created per day.

https://api.lineascan.build/api
   ?module=stats
   &action=dailynewaddress
   &startdate=2024-05-15
    &enddate=2024-06-01
   &sort=asc
   &apikey=YourApiKeyToken

Query Parameters

Returns the daily average gas used over gas limit percentage.

https://api.lineascan.build/api
   ?module=stats
   &action=dailynetutilization
   &startdate=2024-05-15
    &enddate=2024-06-01
   &sort=asc
   &apikey=YourApiKeyToken

Query Parameters

Returns the number of transactions performed on the Linea Chain per day.

https://api.lineascan.build/api
   ?module=stats
   &action=dailytx
   &startdate=2024-05-15
    &enddate=2024-06-01
   &sort=asc
   &apikey=YourApiKeyToken

Query Parameters

Last updated