API PRO Endpoints

The following is a complete list of additional API endpoints available under the API PRO subscription.

To upgrade your API plan, kindly visit LineaScan's API page

Returns the historical ETH balance of an address at a certain block height.

https://api.lineascan.build/api
   ?module=account
   &action=balancehistory
   &address=0x1336F0cbcD2B67A788ec1eF6a37f7E1c2Dcc47E1
   &blockno=5343368
   &apikey=YourApiKeyToken

Query Parameters

Returns the daily average block size within a date range.

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

Query Parameters

Returns the number of blocks validated daily and the amount of block rewards.

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

Query Parameters

Returns the amount of block rewards distributed to validators daily.

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

Query Parameters

Returns the daily average of time needed for a block to be successfully validated.

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

Query Parameters

Returns the historical amount of a ERC-20 token in circulation at a certain block height.

https://api.lineascan.build/api
   ?module=stats
   &action=tokensupplyhistory
   &contractaddress=0x5FBDF89403270a1846F5ae7D113A989F850d1566
   &blockno=5343368
   &apikey=YourApiKeyToken

Query Parameters

Returns the balance of a ERC-20 token of an address at a certain block height.

https://api.lineascan.build/api
   ?module=account
   &action=tokenbalancehistory
   &contractaddress=0x5FBDF89403270a1846F5ae7D113A989F850d1566
   &address=0xC882b111A75C0c657fC507C04FbFcD2cC984F071
   &blockno=5343368
   &apikey=YourApiKeyToken

Query Parameters

https://api.lineascan.build/api
    ?module=account
    &action=addresstokenbalance
    &address=0xC882b111A75C0c657fC507C04FbFcD2cC984F071
    &page=1
    &offset=2
    &apikey=YourApikeyToken

Query Parameters

https://api.lineascan.build/api
    ?module=account
    &action=addresstokennftbalance
    &address=0xC882b111A75C0c657fC507C04FbFcD2cC984F071
    &page=1
    &offset=2
    &apikey=YourApiKeyToken

Query Parameters

https://api.lineascan.build/api
    ?module=account
    &action=addresstokennftinventory
    &address=0xC882b111A75C0c657fC507C04FbFcD2cC984F071
    &contractaddress=0x398f0a3e303Afd3cAe2b602D6bBe01b1C1AF4749
    &page=1
    &offset=20
    &apikey=YourApiKeyToken

Query Parameters

https://api.lineascan.build/api
   ?module=token
   &action=tokenholderlist
   &contractaddress=0x5FBDF89403270a1846F5ae7D113A989F850d1566&
   &page=1
   &offset=10
   &apikey=YourApiKeyToken 

Query Parameters

Returns project information and social media links of an ERC-20/ERC-721 token.

https://api.lineascan.build/api
   ?module=token
   &action=tokeninfo
   &contractaddress=0x5FBDF89403270a1846F5ae7D113A989F850d1566
   &apikey=YourApiKeyToken

Query Parameters

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