# Etherscan ## Docs - [Introduction](https://docs.etherscan.io/introduction.md) - [Getting Started](https://docs.etherscan.io/getting-started.md) - [Supported Chains](https://docs.etherscan.io/supported-chains.md) - [Rate Limits](https://docs.etherscan.io/resources/rate-limits.md) - [Get Native Balance for an Address](https://docs.etherscan.io/api-reference/endpoint/balance.md): Retrieves the native token balance held by a specific address. - [Get Native Balance for Multiple Addresses](https://docs.etherscan.io/api-reference/endpoint/balancemulti.md): Retrieves the native token balance held by multiple addresses in a single call. - [Get Historical Native Balance for an Address](https://docs.etherscan.io/api-reference/endpoint/balancehistory.md): Retrieves the balance of a specified address at a given block height. - [Get Normal Transactions By Address](https://docs.etherscan.io/api-reference/endpoint/txlist.md): Retrieves the transaction history of a specified address, with optional pagination. - [Get ERC20 Token Transfers by Address](https://docs.etherscan.io/api-reference/endpoint/tokentx.md): Retrieves the list of ERC-20 token transfers made by a specified address, with optional filtering by token contract. - [Get ERC721 Token Transfers by Address](https://docs.etherscan.io/api-reference/endpoint/tokennfttx.md): Retrieves the list of ERC-721 token transfers made by a specified address, with optional filtering by token contract. - [Get ERC1155 Token Transfers by Address](https://docs.etherscan.io/api-reference/endpoint/token1155tx.md): Retrieves a list of ERC-1155 tokens transferred by a specific address, with optional filtering by token contract. - [Get Internal Transactions by Address](https://docs.etherscan.io/api-reference/endpoint/txlistinternal.md): Retrieves the internal transaction history of a specified address, with optional pagination. - [Get Internal Transactions by Block Range](https://docs.etherscan.io/api-reference/endpoint/txlistinternal-blockrange.md): Returns internal transactions within a specified block range, with optional pagination. - [Get Internal Transactions by Transaction Hash](https://docs.etherscan.io/api-reference/endpoint/txlistinternal-txhash.md): Retrieves the list of internal transactions executed within a specific transaction. - [Get Blocks Validated by Address](https://docs.etherscan.io/api-reference/endpoint/getminedblocks.md): Retrieves the list of blocks validated by a specified address. - [Get Beacon Chain Withdrawals by Address](https://docs.etherscan.io/api-reference/endpoint/txsbeaconwithdrawal.md): Retrieves beacon chain withdrawal transactions made to a specified address. - [Get Address Funded By](https://docs.etherscan.io/api-reference/endpoint/fundedby.md): Retrieves the address and transaction that first funded a specific EOA address, useful for tracing fund origins. Not available to contract addresses. - [Get Block and Uncle Rewards by Block Number](https://docs.etherscan.io/api-reference/endpoint/getblockreward.md): Retrieves block rewards along with associated Uncle block rewards. - [Get Block Transaction Counts by Block Number](https://docs.etherscan.io/api-reference/endpoint/getblocktxnscount.md): Retrieves transaction counts for a specified Ethereum block. - [Get Estimated Block Countdown by Block Number](https://docs.etherscan.io/api-reference/endpoint/getblockcountdown.md): Retrieves the estimated time, in seconds, until a specified block is mined. - [Get Block Number by Timestamp](https://docs.etherscan.io/api-reference/endpoint/getblocknobytime.md): Retrieves the block number mined at a specific timestamp. - [Get Daily Average Block Size](https://docs.etherscan.io/api-reference/endpoint/dailyavgblocksize.md): Retrieves the average daily block size over a specified date range. - [Get Daily Block Count and Rewards](https://docs.etherscan.io/api-reference/endpoint/dailyblkcount.md): Retrieves the daily count of mined blocks along with the corresponding block rewards. - [Get Daily Block Rewards](https://docs.etherscan.io/api-reference/endpoint/dailyblockrewards.md): Retrieves the daily distribution of block rewards to miners. - [Get Daily Average Block Time](https://docs.etherscan.io/api-reference/endpoint/dailyavgblocktime.md): Retrieves the daily average time taken to successfully mine a block. - [Get Daily Uncle Block Count and Rewards](https://docs.etherscan.io/api-reference/endpoint/dailyuncleblkcount.md): Returns the daily count of Uncle blocks mined and their associated rewards. - [Get Contract ABI](https://docs.etherscan.io/api-reference/endpoint/getabi.md): Retrieve the ABI for a verified smart contract. - [Get Contract Source Code](https://docs.etherscan.io/api-reference/endpoint/getsourcecode.md): Retrieve the source code for a verified smart contract. - [Get Contract Creator and Creation Tx Hash](https://docs.etherscan.io/api-reference/endpoint/getcontractcreation.md): Retrieve a contract's deployer address and creation transaction. - [Verify Solidity Source Code](https://docs.etherscan.io/api-reference/endpoint/verifysourcecode.md): Submit a Solidity source code for verification. - [Verify zkSync Source Code](https://docs.etherscan.io/api-reference/endpoint/verifyzksyncsourcecode.md): Submit zkSync source code for verification. - [Verify Vyper Source Code](https://docs.etherscan.io/api-reference/endpoint/verifyvyper.md): Submit a Vyper contract for verification. - [Verify Stylus Source Code](https://docs.etherscan.io/api-reference/endpoint/verifystylus.md): Submit Stylus source code for verification. - [Verify Proxy Contract](https://docs.etherscan.io/api-reference/endpoint/verifyproxycontract.md): Submit a proxy contract for verification. - [Check Source Code Verification Status](https://docs.etherscan.io/api-reference/endpoint/checkverifystatus.md): Check the status of a source code verification request. - [Check Proxy Contract Verification Status](https://docs.etherscan.io/api-reference/endpoint/checkproxyverification.md): Check the status of a proxy contract verification. - [Get Estimation of Confirmation Time](https://docs.etherscan.io/api-reference/endpoint/gasestimate.md): Estimate confirmation time based on a provided gas price. - [Get Gas Oracle](https://docs.etherscan.io/api-reference/endpoint/gasoracle.md): Get current gas price recommendations. - [Get Daily Average Gas Limit](https://docs.etherscan.io/api-reference/endpoint/dailyavggaslimit.md): Retrieve daily average gas limit statistics. - [Get Ethereum Daily Total Gas Used](https://docs.etherscan.io/api-reference/endpoint/dailygasused.md): Retrieves the total daily gas usage for transactions within the network - [Get Daily Average Gas Price](https://docs.etherscan.io/api-reference/endpoint/dailyavggasprice.md): Retrieve daily average gas price statistics. - [eth_blockNumber](https://docs.etherscan.io/api-reference/endpoint/ethblocknumber.md): Fetch the latest block number. - [eth_getBlockByNumber](https://docs.etherscan.io/api-reference/endpoint/ethgetblockbynumber.md): Get block information by number. - [eth_getUncleByBlockNumberAndIndex](https://docs.etherscan.io/api-reference/endpoint/ethgetunclebyblocknumberandindex.md): Get uncle block details by block number and index. - [eth_getBlockTransactionCountByNumber](https://docs.etherscan.io/api-reference/endpoint/ethgetblocktransactioncountbynumber.md): Get the number of transactions in a block. - [eth_getTransactionByHash](https://docs.etherscan.io/api-reference/endpoint/ethgettransactionbyhash.md): Get transaction details by hash. - [eth_getTransactionByBlockNumberAndIndex](https://docs.etherscan.io/api-reference/endpoint/ethgettransactionbyblocknumberandindex.md): Get transaction details by block number and index. - [eth_getTransactionCount](https://docs.etherscan.io/api-reference/endpoint/ethgettransactioncount.md): Get the number of transactions sent from an address. - [eth_sendRawTransaction](https://docs.etherscan.io/api-reference/endpoint/ethsendrawtransaction.md): Broadcast a signed transaction to the network. - [eth_getTransactionReceipt](https://docs.etherscan.io/api-reference/endpoint/ethgettransactionreceipt.md): Get the receipt of a transaction by hash. - [eth_call](https://docs.etherscan.io/api-reference/endpoint/ethcall.md): Execute a call without creating a transaction. - [eth_getCode](https://docs.etherscan.io/api-reference/endpoint/ethgetcode.md): Get the code stored at an address. - [eth_getStorageAt](https://docs.etherscan.io/api-reference/endpoint/ethgetstorageat.md): Get the value at a storage position. - [eth_gasPrice](https://docs.etherscan.io/api-reference/endpoint/ethgasprice.md): Get the current gas price. - [eth_estimateGas](https://docs.etherscan.io/api-reference/endpoint/ethestimategas.md): Estimate the gas required for a transaction. - [Get Event Logs by Address](https://docs.etherscan.io/api-reference/endpoint/getlogs.md): Retrieves event logs from a specific address, with optional block range filtering. - [Get Event Logs by Topics](https://docs.etherscan.io/api-reference/endpoint/getlogs-topics.md): Retrieves event logs within a specified block range, filtered by topics. - [Get Event Logs by Address and Topics](https://docs.etherscan.io/api-reference/endpoint/getlogs-address-topics.md): Retrieves event logs from a specified address, filtered by topics and block range. - [Get Total Supply of Ether](https://docs.etherscan.io/api-reference/endpoint/ethsupply.md): Retrieves the current circulating supply of Ether, excluding ETH2 staking rewards and EIP-1559 burned fees. - [Get Total Supply of Ether 2](https://docs.etherscan.io/api-reference/endpoint/ethsupply2.md): Retrieves the current Ether supply, including circulation, ETH2 staking rewards, EIP-1559 burned fees, and total ETH withdrawn from the beacon chain. - [Get Ether Last Price](https://docs.etherscan.io/api-reference/endpoint/ethprice.md): Retrieves the latest price of the native/gas token. - [Get Ethereum Nodes Size](https://docs.etherscan.io/api-reference/endpoint/chainsize.md): Retrieves the total size of the Ethereum blockchain, in bytes, within a specified date range. - [Get Total Nodes Count](https://docs.etherscan.io/api-reference/endpoint/nodecount.md): Retrieves the total count of discoverable Ethereum nodes. - [Get Historical Total Nodes Count](https://docs.etherscan.io/api-reference/endpoint/nodecounthistory.md): Retrieves the historical daily count of discoverable Ethereum nodes. - [Get Daily Network Transaction Fee](https://docs.etherscan.io/api-reference/endpoint/dailytxnfee.md): Retrieves the total transaction fees paid to miners each day. - [Get Daily New Address Count](https://docs.etherscan.io/api-reference/endpoint/dailynewaddress.md): Retrieves the daily count of newly created addresses. - [Get Daily ENS Registration Count](https://docs.etherscan.io/api-reference/endpoint/dailyensregister.md): Retrieves the daily count of ENS registrations on Ethereum. - [Get Daily Network Utilization](https://docs.etherscan.io/api-reference/endpoint/dailynetutilization.md): Retrieves the daily average percentage of gas used relative to the gas limit. - [Get Daily Average Network Hash Rate](https://docs.etherscan.io/api-reference/endpoint/dailyavghashrate.md): Retrieves the historical hash rate, reflecting the processing power of the network over time. - [Get Daily Transaction Count](https://docs.etherscan.io/api-reference/endpoint/dailytx.md): Retrieves the daily number of transactions executed in the blockchain. - [Get Daily Average Network Difficulty](https://docs.etherscan.io/api-reference/endpoint/dailyavgnetdifficulty.md): Returns the historical mining difficulty data of the network. - [Get Ether Historical Price](https://docs.etherscan.io/api-reference/endpoint/ethdailyprice.md): Returns the historical price data for 1 ETH. - [Check Contract Execution Status](https://docs.etherscan.io/api-reference/endpoint/getstatus.md): Retrieves the current status and execution result of a specific transaction. - [Check Transaction Receipt Status](https://docs.etherscan.io/api-reference/endpoint/gettxreceiptstatus.md): Retrieves the execution status of a specific transaction using its transaction hash. - [Get ERC20-Token TotalSupply by ContractAddress](https://docs.etherscan.io/api-reference/endpoint/tokensupply.md): Returns the amount of an ERC-20 token in circulation. - [Get ERC20-Token Account Balance for TokenContractAddress](https://docs.etherscan.io/api-reference/endpoint/tokenbalance.md): Retrieves the current ERC-20 token balance for a specified address. - [Get Historical ERC20-Token TotalSupply by ContractAddress & BlockNo](https://docs.etherscan.io/api-reference/endpoint/tokensupplyhistory.md): Returns the amount of an ERC-20 token in circulation at a certain block height. - [Get Historical ERC20-Token Account Balance by BlockNo](https://docs.etherscan.io/api-reference/endpoint/tokenbalancehistory.md): Retrieves the ERC-20 token balance for a specified address at a given block height. - [Get Top Token Holders](https://docs.etherscan.io/api-reference/endpoint/topholders.md): Returns the list of top holders for a specified ERC-20 token. - [Get Token Holder List by Contract Address](https://docs.etherscan.io/api-reference/endpoint/tokenholderlist.md): Retrieves the current list of ERC-20 token holders and their token balances. - [Get Token Holder Count by Contract Address](https://docs.etherscan.io/api-reference/endpoint/tokenholdercount.md): Retrieves a simple count of ERC-20 token holders. - [Get Token Info by ContractAddress](https://docs.etherscan.io/api-reference/endpoint/tokeninfo.md): Retrieves project details and social media links for an ERC-20/ERC-721/ERC-1155 token. - [Get Address ERC20 Token Holding](https://docs.etherscan.io/api-reference/endpoint/addresstokenbalance.md): Retrieves the current ERC-20 token balance for a specified address. - [Get Address ERC721 Token Holding](https://docs.etherscan.io/api-reference/endpoint/addresstokennftbalance.md): Retrieves the ERC-721 tokens and their quantities owned by a specific address. - [Get Address ERC721 Token Inventory by Contract](https://docs.etherscan.io/api-reference/endpoint/addresstokennftinventory.md): Retrieves the number of ERC-721 token IDs owned by a specific address for each NFT collection. - [Get Plasma Deposits by Address](https://docs.etherscan.io/api-reference/endpoint/txnbridge.md): Retrieves a list of Plasma deposit transactions received by a specified address. - [Get Deposit Transactions by Address](https://docs.etherscan.io/api-reference/endpoint/getdeposittxs.md): Retrieves all deposit transactions made by a specified address. - [Get Withdrawal Transactions by Address](https://docs.etherscan.io/api-reference/endpoint/getwithdrawaltxs.md): Retrieves all withdrawal transactions made by a specified address. - [Get Metadata for an Address](https://docs.etherscan.io/api-reference/endpoint/getaddresstag.md): Get nametags and metadata for the specified address. - [Get API Usage](https://docs.etherscan.io/api-reference/endpoint/getapilimit.md): Returns your current API credit usage and limit for the interval. - [Chainlist](https://docs.etherscan.io/api-reference/endpoint/chainlist.md): Returns the list of all supported Etherscan mainnet and testnet chains. - [Prediction Market APIs](https://docs.etherscan.io/beta/prediction-market.md): Opt in for beta access to prediction market data APIs such as Polymarket. - [Normal Transactions Advanced Filter](https://docs.etherscan.io/api-reference/endpoint/advanced-filter-txlist.md): Retrieves Normal Transactions with advanced from and to address filtering. - [Internal Transactions Advanced Filter](https://docs.etherscan.io/api-reference/endpoint/advanced-filter-txlistinternal.md): Retrieves Internal Transactions with advanced from and to address filtering. - [ERC20 Token Transfers Advanced Filter](https://docs.etherscan.io/api-reference/endpoint/advanced-filter-tokentx.md): Retrieves ERC20 token transfers with advanced from and to address filtering. - [ERC721 Token Transfers Advanced Filter](https://docs.etherscan.io/api-reference/endpoint/advanced-filter-tokennfttx.md): Retrieves ERC721 token transfers with advanced from and to address filtering. - [ERC1155 Token Transfers Advanced Filter](https://docs.etherscan.io/api-reference/endpoint/advanced-filter-token1155tx.md): Retrieves ERC1155 token transfers with advanced from and to address filtering. - [Verify with Foundry](https://docs.etherscan.io/contract-verification/verify-with-foundry.md) - [Verify with Hardhat](https://docs.etherscan.io/contract-verification/verify-with-hardhat.md) - [Verify with Remix](https://docs.etherscan.io/contract-verification/verify-with-remix.md) - [Common Verification Errors](https://docs.etherscan.io/contract-verification/common-verification-errors.md) - [V2 Migration](https://docs.etherscan.io/v2-migration.md) - [PRO Endpoints](https://docs.etherscan.io/resources/pro-endpoints.md) - [Common Error Messages](https://docs.etherscan.io/resources/common-error-messages.md) - [Contact Us](https://docs.etherscan.io/resources/contact-us.md) - [Best Practices](https://docs.etherscan.io/resources/best-practices.md) - [Introduction](https://docs.etherscan.io/metadata/introduction.md) - [Get Label Master List](https://docs.etherscan.io/api-reference/endpoint/getlabelmasterlist-v2.md) - [Export Address Tags](https://docs.etherscan.io/api-reference/endpoint/exportaddresstags-v2.md) - [Get Label Master List (V1)](https://docs.etherscan.io/api-reference/endpoint/getlabelmasterlist.md) - [Export Address Tags (V1)](https://docs.etherscan.io/api-reference/endpoint/exportaddresstags.md) - [Reputation Reference](https://docs.etherscan.io/metadata/reputation-reference.md) - [Other Attributes Reference](https://docs.etherscan.io/metadata/other-attributes-reference.md) - [Changelog](https://docs.etherscan.io/changelog.md): Recent updates and changes to the Etherscan API. ## OpenAPI Specs - [getlabelmasterlist](https://docs.etherscan.io/openapi/api-reference/endpoint/getlabelmasterlist.json) - [getlabelmasterlist-v2](https://docs.etherscan.io/openapi/api-reference/endpoint/getlabelmasterlist-v2.json) - [exportaddresstags](https://docs.etherscan.io/openapi/api-reference/endpoint/exportaddresstags.json) - [exportaddresstags-v2](https://docs.etherscan.io/openapi/api-reference/endpoint/exportaddresstags-v2.json) - [verifyzksyncsourcecode](https://docs.etherscan.io/openapi/api-reference/endpoint/verifyzksyncsourcecode.json) - [verifyvyper](https://docs.etherscan.io/openapi/api-reference/endpoint/verifyvyper.json) - [verifystylus](https://docs.etherscan.io/openapi/api-reference/endpoint/verifystylus.json) - [verifysourcecode](https://docs.etherscan.io/openapi/api-reference/endpoint/verifysourcecode.json) - [verifyproxycontract](https://docs.etherscan.io/openapi/api-reference/endpoint/verifyproxycontract.json) - [txsbeaconwithdrawal](https://docs.etherscan.io/openapi/api-reference/endpoint/txsbeaconwithdrawal.json) - [txnbridge](https://docs.etherscan.io/openapi/api-reference/endpoint/txnbridge.json) - [txlistinternal](https://docs.etherscan.io/openapi/api-reference/endpoint/txlistinternal.json) - [txlistinternal-txhash](https://docs.etherscan.io/openapi/api-reference/endpoint/txlistinternal-txhash.json) - [txlistinternal-blockrange](https://docs.etherscan.io/openapi/api-reference/endpoint/txlistinternal-blockrange.json) - [txlist](https://docs.etherscan.io/openapi/api-reference/endpoint/txlist.json) - [topholders](https://docs.etherscan.io/openapi/api-reference/endpoint/topholders.json) - [tokentx](https://docs.etherscan.io/openapi/api-reference/endpoint/tokentx.json) - [tokensupplyhistory](https://docs.etherscan.io/openapi/api-reference/endpoint/tokensupplyhistory.json) - [tokensupply](https://docs.etherscan.io/openapi/api-reference/endpoint/tokensupply.json) - [tokennfttx](https://docs.etherscan.io/openapi/api-reference/endpoint/tokennfttx.json) - [tokeninfo](https://docs.etherscan.io/openapi/api-reference/endpoint/tokeninfo.json) - [tokenholderlist](https://docs.etherscan.io/openapi/api-reference/endpoint/tokenholderlist.json) - [tokenholdercount](https://docs.etherscan.io/openapi/api-reference/endpoint/tokenholdercount.json) - [tokenbalancehistory](https://docs.etherscan.io/openapi/api-reference/endpoint/tokenbalancehistory.json) - [tokenbalance](https://docs.etherscan.io/openapi/api-reference/endpoint/tokenbalance.json) - [token1155tx](https://docs.etherscan.io/openapi/api-reference/endpoint/token1155tx.json) - [nodecounthistory](https://docs.etherscan.io/openapi/api-reference/endpoint/nodecounthistory.json) - [nodecount](https://docs.etherscan.io/openapi/api-reference/endpoint/nodecount.json) - [getwithdrawaltxs](https://docs.etherscan.io/openapi/api-reference/endpoint/getwithdrawaltxs.json) - [gettxreceiptstatus](https://docs.etherscan.io/openapi/api-reference/endpoint/gettxreceiptstatus.json) - [getstatus](https://docs.etherscan.io/openapi/api-reference/endpoint/getstatus.json) - [getsourcecode](https://docs.etherscan.io/openapi/api-reference/endpoint/getsourcecode.json) - [getminedblocks](https://docs.etherscan.io/openapi/api-reference/endpoint/getminedblocks.json) - [getlogs](https://docs.etherscan.io/openapi/api-reference/endpoint/getlogs.json) - [getlogs-topics](https://docs.etherscan.io/openapi/api-reference/endpoint/getlogs-topics.json) - [getlogs-address-topics](https://docs.etherscan.io/openapi/api-reference/endpoint/getlogs-address-topics.json) - [getdeposittxs](https://docs.etherscan.io/openapi/api-reference/endpoint/getdeposittxs.json) - [getcontractcreation](https://docs.etherscan.io/openapi/api-reference/endpoint/getcontractcreation.json) - [getblocktxnscount](https://docs.etherscan.io/openapi/api-reference/endpoint/getblocktxnscount.json) - [getblockreward](https://docs.etherscan.io/openapi/api-reference/endpoint/getblockreward.json) - [getblocknobytime](https://docs.etherscan.io/openapi/api-reference/endpoint/getblocknobytime.json) - [getblockcountdown](https://docs.etherscan.io/openapi/api-reference/endpoint/getblockcountdown.json) - [getapilimit](https://docs.etherscan.io/openapi/api-reference/endpoint/getapilimit.json) - [getaddresstag](https://docs.etherscan.io/openapi/api-reference/endpoint/getaddresstag.json) - [getabi](https://docs.etherscan.io/openapi/api-reference/endpoint/getabi.json) - [gasoracle](https://docs.etherscan.io/openapi/api-reference/endpoint/gasoracle.json) - [gasestimate](https://docs.etherscan.io/openapi/api-reference/endpoint/gasestimate.json) - [fundedby](https://docs.etherscan.io/openapi/api-reference/endpoint/fundedby.json) - [ethsupply2](https://docs.etherscan.io/openapi/api-reference/endpoint/ethsupply2.json) - [ethsupply](https://docs.etherscan.io/openapi/api-reference/endpoint/ethsupply.json) - [ethsendrawtransaction](https://docs.etherscan.io/openapi/api-reference/endpoint/ethsendrawtransaction.json) - [ethprice](https://docs.etherscan.io/openapi/api-reference/endpoint/ethprice.json) - [ethgetunclebyblocknumberandindex](https://docs.etherscan.io/openapi/api-reference/endpoint/ethgetunclebyblocknumberandindex.json) - [ethgettransactionreceipt](https://docs.etherscan.io/openapi/api-reference/endpoint/ethgettransactionreceipt.json) - [ethgettransactioncount](https://docs.etherscan.io/openapi/api-reference/endpoint/ethgettransactioncount.json) - [ethgettransactionbyhash](https://docs.etherscan.io/openapi/api-reference/endpoint/ethgettransactionbyhash.json) - [ethgettransactionbyblocknumberandindex](https://docs.etherscan.io/openapi/api-reference/endpoint/ethgettransactionbyblocknumberandindex.json) - [ethgetstorageat](https://docs.etherscan.io/openapi/api-reference/endpoint/ethgetstorageat.json) - [ethgetcode](https://docs.etherscan.io/openapi/api-reference/endpoint/ethgetcode.json) - [ethgetblocktransactioncountbynumber](https://docs.etherscan.io/openapi/api-reference/endpoint/ethgetblocktransactioncountbynumber.json) - [ethgetblockbynumber](https://docs.etherscan.io/openapi/api-reference/endpoint/ethgetblockbynumber.json) - [ethgasprice](https://docs.etherscan.io/openapi/api-reference/endpoint/ethgasprice.json) - [ethestimategas](https://docs.etherscan.io/openapi/api-reference/endpoint/ethestimategas.json) - [ethdailyprice](https://docs.etherscan.io/openapi/api-reference/endpoint/ethdailyprice.json) - [ethcall](https://docs.etherscan.io/openapi/api-reference/endpoint/ethcall.json) - [ethblocknumber](https://docs.etherscan.io/openapi/api-reference/endpoint/ethblocknumber.json) - [dailyuncleblkcount](https://docs.etherscan.io/openapi/api-reference/endpoint/dailyuncleblkcount.json) - [dailytxnfee](https://docs.etherscan.io/openapi/api-reference/endpoint/dailytxnfee.json) - [dailytx](https://docs.etherscan.io/openapi/api-reference/endpoint/dailytx.json) - [dailynewaddress](https://docs.etherscan.io/openapi/api-reference/endpoint/dailynewaddress.json) - [dailynetutilization](https://docs.etherscan.io/openapi/api-reference/endpoint/dailynetutilization.json) - [dailygasused](https://docs.etherscan.io/openapi/api-reference/endpoint/dailygasused.json) - [dailyensregister](https://docs.etherscan.io/openapi/api-reference/endpoint/dailyensregister.json) - [dailyblockrewards](https://docs.etherscan.io/openapi/api-reference/endpoint/dailyblockrewards.json) - [dailyblkcount](https://docs.etherscan.io/openapi/api-reference/endpoint/dailyblkcount.json) - [dailyavgnetdifficulty](https://docs.etherscan.io/openapi/api-reference/endpoint/dailyavgnetdifficulty.json) - [dailyavghashrate](https://docs.etherscan.io/openapi/api-reference/endpoint/dailyavghashrate.json) - [dailyavggasprice](https://docs.etherscan.io/openapi/api-reference/endpoint/dailyavggasprice.json) - [dailyavggaslimit](https://docs.etherscan.io/openapi/api-reference/endpoint/dailyavggaslimit.json) - [dailyavgblocktime](https://docs.etherscan.io/openapi/api-reference/endpoint/dailyavgblocktime.json) - [dailyavgblocksize](https://docs.etherscan.io/openapi/api-reference/endpoint/dailyavgblocksize.json) - [checkverifystatus](https://docs.etherscan.io/openapi/api-reference/endpoint/checkverifystatus.json) - [checkproxyverification](https://docs.etherscan.io/openapi/api-reference/endpoint/checkproxyverification.json) - [chainsize](https://docs.etherscan.io/openapi/api-reference/endpoint/chainsize.json) - [chainlist](https://docs.etherscan.io/openapi/api-reference/endpoint/chainlist.json) - [balancemulti](https://docs.etherscan.io/openapi/api-reference/endpoint/balancemulti.json) - [balancehistory](https://docs.etherscan.io/openapi/api-reference/endpoint/balancehistory.json) - [balance](https://docs.etherscan.io/openapi/api-reference/endpoint/balance.json) - [advanced-filter-txlistinternal](https://docs.etherscan.io/openapi/api-reference/endpoint/advanced-filter-txlistinternal.json) - [advanced-filter-txlist](https://docs.etherscan.io/openapi/api-reference/endpoint/advanced-filter-txlist.json) - [advanced-filter-tokentx](https://docs.etherscan.io/openapi/api-reference/endpoint/advanced-filter-tokentx.json) - [advanced-filter-tokennfttx](https://docs.etherscan.io/openapi/api-reference/endpoint/advanced-filter-tokennfttx.json) - [advanced-filter-token1155tx](https://docs.etherscan.io/openapi/api-reference/endpoint/advanced-filter-token1155tx.json) - [addresstokennftinventory](https://docs.etherscan.io/openapi/api-reference/endpoint/addresstokennftinventory.json) - [addresstokennftbalance](https://docs.etherscan.io/openapi/api-reference/endpoint/addresstokennftbalance.json) - [addresstokenbalance](https://docs.etherscan.io/openapi/api-reference/endpoint/addresstokenbalance.json)