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 Optimistic Etherscan APIs.

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

📝 Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.

https://api-optimistic.etherscan.io/api
   ?module=account
   &action=balancehistory
   &address=0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1
   &blockno=116110804
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

address

the strings representing the addresses to check for balance, separated by , commas

blockno

the integer block number to check balance for eg. 2000000

Returns the daily average block size within a date range.

https://api-optimistic.etherscan.io/api
   ?module=stats
   &action=dailyavgblocksize
   &startdate=2022-02-01
   &enddate=2022-08-04
   &sort=asc
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

startdate

the starting date in yyyy-MM-dd format, eg. 2022-08-01

enddate

the ending date in yyyy-MM-dd format, eg. 2022-08-04

sort

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

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

https://api-optimistic.etherscan.io/api
   ?module=stats
   &action=dailyblkcount
   &startdate=2022-02-01
   &enddate=2022-02-28
   &sort=asc
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

startdate

the starting date in yyyy-MM-dd format, eg. 2022-08-01

enddate

the ending date in yyyy-MM-dd format, eg. 2022-08-04

sort

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

Returns the amount of block rewards distributed to validators daily.

https://api-optimistic.etherscan.io/api
   ?module=stats
   &action=dailyblockrewards
   &startdate=2022-08-01
   &enddate=2022-08-04
   &sort=asc
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

startdate

the starting date in yyyy-MM-dd format, eg. 2022-08-01

enddate

the ending date in yyyy-MM-dd format, eg. 2022-08-04

sort

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

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

https://api-optimistic.etherscan.io/api
   ?module=stats
   &action=dailyavgblocktime
   &startdate=2022-08-01
   &enddate=2022-08-04
   &sort=asc
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

startdate

the starting date in yyyy-MM-dd format, eg. 2022-08-01

enddate

the ending date in yyyy-MM-dd format, eg. 2022-08-04

sort

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

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

📝 Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.

https://api-optimistic.etherscan.io/api
   ?module=stats
   &action=tokensupplyhistory
   &contractaddress=0x831753dd7087cac61ab5644b308642cc1c33dc13
   &blockno=20071631
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

contractaddress

the contract address of the ERC-20 token

blockno

the integer block number to check total supply for eg. 4000000

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

📝 Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.

https://api-optimistic.etherscan.io/api
   ?module=account
   &action=tokenbalancehistory
   &contractaddress=0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1
   &address=0x32faa972024eff1c227ecf33554b328eb8494806
   &blockno=112921824
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

contractaddress

the contract address of the ERC-20 token

address

the string representing the address to check for balance

blockno

the integer block number to check total supply for eg. 400000

Return the current ERC20 token holders and number of tokens held.

https://api-optimistic.etherscan.io/api
    ?module=account
    &action=addresstokenbalance
    &address=0x5a52E96BAcdaBb82fd05763E25335261B270Efcb
    &page=1
    &offset=2
    &apikey=YourApikeyToken

Try this endpoint in your browser 🔗

Query Parameters

Parameter

Description

address

the string representing the address to check for Token Holdings

page

the integer page number, if pagination is enabled

offset

the number of transactions displayed per page

Return the current ERC20 token holders and number of tokens held.

https://api-optimistic.etherscan.io/api
    ?module=account
    &action=addresstokennftbalance
    &address=0x5a52E96BAcdaBb82fd05763E25335261B270Efcb
    &page=1
    &offset=2
    &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

Parameter

Description

address

the string representing the address to check for Token Holdings

page

the integer page number, if pagination is enabled

offset

the number of transactions displayed per page

https://api-optimistic.etherscan.io/api
    ?module=account
    &action=addresstokennftinventory
    &address=0x5a52e96bacdabb82fd05763e25335261b270efcb
    &contractaddress=0x42Adf84B545A3a8f0aa73c746b48F11a323720f2
    &page=1
    &offset=20
    &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

Parameter

Description

address

the string representing the address to check for inventory

contractaddress

the contract address of the ERC-721 token

page

the integer page number, if pagination is enabled

offset

the number of transactions displayed per page

Return the current ERC20 token holders and number of tokens held.

https://api.optimistic.etherscan.io/api
   ?module=token
   &action=tokenholderlist
   &contractaddress=0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1&
   &page=1
   &offset=10
   &apikey=YourApiKeyToken 

Try this endpoint in your browser 🔗

Query Parameters

Parameter

Description

contractaddress

the contract address of the ERC-20 token

page

the integer page number, if pagination is enabled

offset

the number of transactions displayed per page

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

📝 Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.

https://api-optimistic.etherscan.io/api
   ?module=token
   &action=tokeninfo
   &contractaddress=0x53e0bca35ec356bd5dddfebbd1fc0fd03fabad39
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

contractaddress

the contract address of the ERC-20/ERC-721 token to retrieve token info

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

 https://api-optimistic.etherscan.io/api
    ?module=stats
    &action=dailyavggaslimit
    &startdate=2022-02-01
    &enddate=2022-02-28
    &sort=asc
    &apikey=YourApiKeyToken 

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

startdate

the starting date in yyyy-MM-dd format, eg. 2022-01-31

enddate

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

sort

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

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

 https://api-optimistic.etherscan.io/api
    ?module=stats
    &action=dailygasused
    &startdate=2022-02-01
    &enddate=2022-02-28
    &sort=asc
    &apikey=YourApiKeyToken 

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

startdate

the starting date in yyyy-MM-dd format, eg. 2022-01-31

enddate

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

sort

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

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

 https://api-optimistic.etherscan.io/api
    ?module=stats
    &action=dailyavggasprice
    &startdate=2022-02-01
    &enddate=2022-02-28
    &sort=asc
    &apikey=YourApiKeyToken 

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

startdate

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

enddate

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

sort

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

Returns the historical price of 1 ETH.

https://api-optimistic.etherscan.io/api
   ?module=stats
   &action=ethdailyprice
   &startdate=2022-08-01
   &enddate=2022-08-04
   &sort=asc
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

startdate

the starting date in yyyy-MM-dd format, eg. 2022-08-01

enddate

the ending date in yyyy-MM-dd format, eg. 2022-08-28

sort

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

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

https://api-optimistic.etherscan.io/api?
   module=stats
   &action=dailytxnfee
   &startdate=2020-10-01
   &enddate=2020-10-31
   &sort=asc
   &apikey=YourApiKeyToken 

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

startdate

the starting date in yyyy-MM-dd format, eg. 2020-10-01

enddate

the ending date in yyyy-MM-dd format, eg. 2020-10-31

sort

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

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

https://api-optimistic.etherscan.io/api
   ?module=stats
   &action=dailynewaddress
   &startdate=2020-10-01
   &enddate=2020-10-31
   &sort=asc
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

startdate

the starting date in yyyy-MM-dd format, eg. 2022-10-01

enddate

the ending date in yyyy-MM-dd format, eg. 2022-10-31

sort

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

Returns the daily average gas used over gas limit percentage.

https://api-optimistic.etherscan.io/api
   ?module=stats
   &action=dailynetutilization
   &startdate=2022-07-01
   &enddate=2022-07-31
   &sort=asc
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

startdate

the starting date in yyyy-MM-dd format, eg. 2022-07-01

enddate

the ending date in yyyy-MM-dd format, eg. 2022-07-28

sort

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

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

https://api-optimistic.etherscan.io/api
   ?module=stats
   &action=dailytx
   &startdate=2022-07-01
   &enddate=2022-07-31
   &sort=asc
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

startdate

the starting date in yyyy-MM-dd format, eg. 2022-07-01

enddate

the ending date in yyyy-MM-dd format, eg. 2022-07-28

sort

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

Last updated