Skip to main content
Glama

Server Details

Etherscan Api - 71 tools for data, metrics, and on-chain analytics

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
junct-bot/etherscan-api-mcp
GitHub Stars
0

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

71 tools
check_contract_execution_statusInspect

Check Contract Execution Status — Returns the status code of a contract execution.

ParametersJSON Schema
NameRequiredDescriptionDefault
txhashYesquery parameter: txhash (string)
check_source_code_verification_statusInspect

Check Source Code Verification Status — Returns the success or error status of a contract verification request.

ParametersJSON Schema
NameRequiredDescriptionDefault
guidYesquery parameter: guid (string)
check_transaction_receipt_statusInspect

Check Transaction Receipt Status — Returns the status code of a transaction execution. 📝 Note: Only applicable for post Byzantium Fork transactions.

ParametersJSON Schema
NameRequiredDescriptionDefault
txhashYesquery parameter: txhash (string)
eth_blocknumberInspect

eth_blockNumber — Returns the number of most recent block

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

eth_callInspect

eth_call — Executes a new message call immediately without creating a transaction on the block chain.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesquery parameter: to (string)
tagYesquery parameter: tag ("earliest" | "latest" | "pending")
dataYesquery parameter: data (string)
eth_estimategasInspect

eth_estimateGas — Makes a call or transaction, which won't be added to the blockchain and returns the used gas.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesquery parameter: to (string)
gasYesquery parameter: gas (string)
dataYesquery parameter: data (string)
valueYesquery parameter: value (string)
gasPriceYesquery parameter: gasPrice (string)
eth_gaspriceInspect

eth_gasPrice — Returns the current price per gas in wei.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

eth_getblockbynumberInspect

eth_getBlockByNumber — Returns information about a block by block number.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagYesquery parameter: tag (string)
booleanYesquery parameter: boolean (boolean)
eth_getblocktransactioncountbynumberInspect

eth_getBlockTransactionCountByNumber — Returns the number of transactions in a block.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagYesquery parameter: tag (string)
eth_getcodeInspect

eth_getCode — Returns code at a given address.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagYesquery parameter: tag ("earliest" | "latest" | "pending")
addressYesquery parameter: address (string)
eth_getstorageatInspect

eth_getStorageAt — Returns the value from a storage position at a given address. This endpoint is still experimental and may have potential issues

ParametersJSON Schema
NameRequiredDescriptionDefault
tagYesquery parameter: tag ("earliest" | "latest" | "pending")
addressYesquery parameter: address (string)
positionYesquery parameter: position (string)
eth_gettransactionbyblocknumberandindexInspect

eth_getTransactionByBlockNumberAndIndex — Returns information about a transaction by block number and transaction index position.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagYesquery parameter: tag (string)
indexYesquery parameter: index (string)
eth_gettransactionbyhashInspect

eth_getTransactionByHash — Returns the information about a transaction requested by transaction hash.

ParametersJSON Schema
NameRequiredDescriptionDefault
txhashYesquery parameter: txhash (string)
eth_gettransactioncountInspect

eth_getTransactionCount — Returns the number of transactions performed by an address.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagYesquery parameter: tag ("earliest" | "latest" | "pending")
addressYesquery parameter: address (string)
eth_gettransactionreceiptInspect

eth_getTransactionReceipt — Returns the receipt of a transaction by transaction hash.

ParametersJSON Schema
NameRequiredDescriptionDefault
txhashYesquery parameter: txhash (string)
eth_getunclebyblocknumberandindexInspect

eth_getUncleByBlockNumberAndIndex — Returns information about a uncle by block number.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagYesquery parameter: tag (string)
indexYesquery parameter: index (string)
eth_sendrawtransactionInspect

eth_sendRawTransaction — Submits a pre-signed transaction for broadcast to the Ethereum network.

ParametersJSON Schema
NameRequiredDescriptionDefault
hexYesquery parameter: hex (string)
get_address_erc20_token_holdingInspect

Get Address ERC20 Token Holding — Returns the ERC-20 tokens and amount held by an address. Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoquery parameter: page (number)
offsetNoquery parameter: offset (number)
addressYesquery parameter: address (string)
get_address_erc721_token_holdingInspect

Get Address ERC721 Token Holding — Returns the ERC-721 tokens and amount held by an address. Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoquery parameter: page (number)
offsetNoquery parameter: offset (number)
addressYesquery parameter: address (string)
get_address_erc721_token_inventory_by_contract_addressInspect

Get Address ERC721 Token Inventory By Contract Address — Returns the ERC-721 token inventory of an address, filtered by contract address. 📝 Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoquery parameter: page (number)
offsetNoquery parameter: offset (number)
addressYesquery parameter: address (string)
contractaddressYesquery parameter: contractaddress (string)
get_a_list_of_erc1155_token_transfer_events_by_addressInspect

Get a list of 'ERC1155 - Token Transfer Events' by Address — Returns the list of ERC-1155 ( Multi Token Standard ) tokens transferred by an address, with optional filtering by token contract.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoquery parameter: page (number)
sortNoquery parameter: sort ("asc" | "desc")
offsetNoquery parameter: offset (number)
addressYesquery parameter: address (string)
endblockYesquery parameter: endblock (number)
startblockYesquery parameter: startblock (number)
contractaddressYesquery parameter: contractaddress (string)
get_a_list_of_erc20_token_transfer_events_by_addressInspect

Get a list of 'ERC20 - Token Transfer Events' by Address — Returns the list of ERC-20 tokens transferred by an address, with optional filtering by token contract.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoquery parameter: page (number)
sortNoquery parameter: sort ("asc" | "desc")
offsetNoquery parameter: offset (number)
addressYesquery parameter: address (string)
endblockYesquery parameter: endblock (number)
startblockYesquery parameter: startblock (number)
contractaddressYesquery parameter: contractaddress (string)
get_a_list_of_erc721_token_transfer_events_by_addressInspect

Get a list of 'ERC721 - Token Transfer Events' by Address — Returns the list of ERC-721 ( NFT ) tokens transferred by an address, with optional filtering by token contract.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoquery parameter: page (number)
sortNoquery parameter: sort ("asc" | "desc")
offsetNoquery parameter: offset (number)
addressYesquery parameter: address (string)
endblockYesquery parameter: endblock (number)
startblockYesquery parameter: startblock (number)
contractaddressYesquery parameter: contractaddress (string)
get_a_list_of_internal_transactions_by_addressInspect

Get a list of 'Internal' Transactions by Address — Returns the list of internal transactions performed by an address, with optional pagination. 📝 Note : This API endpoint returns a maximum of 10000 records only.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoquery parameter: page (number)
sortNoquery parameter: sort ("asc" | "desc")
offsetNoquery parameter: offset (number)
addressYesquery parameter: address (string)
endblockYesquery parameter: endblock (number)
startblockYesquery parameter: startblock (number)
get_a_list_of_normal_transactions_by_addressInspect

Get a list of 'Normal' Transactions By Address — Returns the list of transactions performed by an address, with optional pagination. ​​ ​ 📝 Note : This API endpoint returns a maximum of 10000 records only.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoquery parameter: page (number)
sortNoquery parameter: sort ("asc" | "desc")
offsetNoquery parameter: offset (number)
addressYesquery parameter: address (string)
endblockYesquery parameter: endblock (number)
startblockYesquery parameter: startblock (number)
get_beacon_chain_withdrawals_by_address_and_block_rangeInspect

Get Beacon Chain Withdrawals by Address and Block Range — Returns the beacon chain withdrawals made to an address.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoquery parameter: page (number)
sortNoquery parameter: sort ("asc" | "desc")
offsetNoquery parameter: offset (number)
addressYesquery parameter: address (string)
endblockYesquery parameter: endblock (number)
startblockYesquery parameter: startblock (number)
contractaddressYesquery parameter: contractaddress (string)
get_block_and_uncle_rewards_by_blocknoInspect

Get Block And Uncle Rewards by BlockNo — Returns the block reward and 'Uncle' block rewards.

ParametersJSON Schema
NameRequiredDescriptionDefault
blocknoYesquery parameter: blockno (number)
get_block_number_by_timestampInspect

Get Block Number by Timestamp — Returns the block number that was mined at a certain timestamp.

ParametersJSON Schema
NameRequiredDescriptionDefault
closestYesquery parameter: closest ("before" | "after")
timestampYesquery parameter: timestamp (number)
get_contract_abi_for_verified_contract_source_codesInspect

Get Contract ABI for Verified Contract Source Codes — Returns the Contract Application Binary Interface ( ABI ) of a verified smart contract. Find verified contracts ✅on our Verified Contracts Source Code page.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesquery parameter: address (string)
get_contract_creator_and_creation_tx_hashInspect

Get Contract Creator and Creation Tx Hash — Returns a contract's deployer address and transaction hash it was created, up to 5 at a time.

ParametersJSON Schema
NameRequiredDescriptionDefault
contractaddressesNoquery parameter: contractaddresses (string[])
get_contract_source_code_for_verified_contract_source_codesInspect

Get Contract Source Code for Verified Contract Source Codes — Returns the Solidity source code of a verified smart contract. 📩 Tip : You can also download a CSV list of verified contracts addresses of which the code publishers have provided a corresponding Open Source license for redistribution.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesquery parameter: address (string)
get_daily_average_block_sizeInspect

Get Daily Average Block Size — Returns the daily average block size within a date range. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoquery parameter: sort ("asc" | "desc")
enddateYesquery parameter: enddate (string)
startdateYesquery parameter: startdate (string)
get_daily_average_gas_limitInspect

Get Daily Average Gas Limit — Returns the historical daily average gas limit of the Ethereum network. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoquery parameter: sort ("asc" | "desc")
enddateYesquery parameter: enddate (string)
startdateYesquery parameter: startdate (string)
get_daily_average_gas_priceInspect

Get Daily Average Gas Price — Returns the daily average gas price used on the Ethereum network. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoquery parameter: sort ("asc" | "desc")
enddateYesquery parameter: enddate (string)
startdateYesquery parameter: startdate (string)
get_daily_average_network_difficultyInspect

Get Daily Average Network Difficulty — Returns the historical mining difficulty of the Ethereum network. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoquery parameter: sort ("asc" | "desc")
enddateYesquery parameter: enddate (string)
startdateYesquery parameter: startdate (string)
get_daily_average_network_hash_rateInspect

Get Daily Average Network Hash Rate — Returns the historical measure of processing power of the Ethereum network. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoquery parameter: sort ("asc" | "desc")
enddateYesquery parameter: enddate (string)
startdateYesquery parameter: startdate (string)
get_daily_average_time_for_a_block_to_be_included_in_theInspect

Get Daily Average Time for A Block to be Included in the Ethereum Blockchain — Returns the daily average of time needed for a block to be successfully mined. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoquery parameter: sort ("asc" | "desc")
enddateYesquery parameter: enddate (string)
startdateYesquery parameter: startdate (string)
get_daily_block_count_and_rewardsInspect

Get Daily Block Count and Rewards — Returns the number of blocks mined daily and the amount of block rewards. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoquery parameter: sort ("asc" | "desc")
enddateYesquery parameter: enddate (string)
startdateYesquery parameter: startdate (string)
get_daily_block_rewardsInspect

Get Daily Block Rewards — Returns the amount of block rewards distributed to miners daily. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoquery parameter: sort ("asc" | "desc")
enddateYesquery parameter: enddate (string)
startdateYesquery parameter: startdate (string)
get_daily_network_transaction_feeInspect

Get Daily Network Transaction Fee — Returns the amount of transaction fees paid to miners per day. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_daily_network_utilizationInspect

Get Daily Network Utilization — Returns the daily average gas used over gas limit, in percentage. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoquery parameter: sort ("asc" | "desc")
enddateYesquery parameter: enddate (string)
startdateYesquery parameter: startdate (string)
get_daily_new_address_countInspect

Get Daily New Address Count — Returns the number of new Ethereum addresses created per day. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoquery parameter: sort ("asc" | "desc")
enddateYesquery parameter: enddate (string)
startdateYesquery parameter: startdate (string)
get_daily_transaction_countInspect

Get Daily Transaction Count — Returns the number of transactions performed on the Ethereum blockchain per day. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoquery parameter: sort ("asc" | "desc")
enddateYesquery parameter: enddate (string)
startdateYesquery parameter: startdate (string)
get_daily_uncle_block_count_and_rewardsInspect

Get Daily Uncle Block Count and Rewards — Returns the number of 'Uncle' blocks mined daily and the amount of 'Uncle' block rewards. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoquery parameter: sort ("asc" | "desc")
enddateYesquery parameter: enddate (string)
startdateYesquery parameter: startdate (string)
get_erc20_token_account_balance_for_tokencontractaddressInspect

Get ERC20-Token Account Balance for TokenContractAddress — Returns the current balance of an ERC-20 token of an address.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesquery parameter: address (string)
contractaddressYesquery parameter: contractaddress (string)
get_erc20_token_totalsupply_by_contractaddressInspect

Get ERC20-Token TotalSupply by ContractAddress — Returns the current amount of an ERC-20 token in circulation.

ParametersJSON Schema
NameRequiredDescriptionDefault
contractaddressYesquery parameter: contractaddress (string)
get_estimated_block_countdown_time_by_blocknoInspect

Get Estimated Block Countdown Time by BlockNo — Returns the estimated time remaining, in seconds, until a certain block is mined.

ParametersJSON Schema
NameRequiredDescriptionDefault
blocknoYesquery parameter: blockno (number)
get_estimation_of_confirmation_timeInspect

Get Estimation of Confirmation Time — Returns the estimated time, in seconds, for a transaction to be confirmed on the blockchain.

ParametersJSON Schema
NameRequiredDescriptionDefault
gaspriceYesquery parameter: gasprice (number)
get_ether_balance_for_a_single_addressInspect

Get Ether Balance for a Single Address — Returns the Ether balance of a given address.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagYesquery parameter: tag ("earliest" | "latest" | "pending")
addressYesquery parameter: address (string)
get_ether_balance_for_multiple_addresses_in_a_single_callInspect

Get Ether Balance for Multiple Addresses in a Single Call — Returns the balance of the accounts from a list of addresses.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagYesquery parameter: tag ("earliest" | "latest" | "pending")
addressNoquery parameter: address (string[])
get_ethereum_daily_total_gas_usedInspect

Get Ethereum Daily Total Gas Used — Returns the total amount of gas used daily for transctions on the Ethereum network. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoquery parameter: sort ("asc" | "desc")
enddateYesquery parameter: enddate (string)
startdateYesquery parameter: startdate (string)
get_ethereum_nodes_sizeInspect

Get Ethereum Nodes Size — Returns the size of the Ethereum blockchain, in bytes, over a date range.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoquery parameter: sort ("asc" | "desc")
enddateYesquery parameter: enddate (string)
syncmodeYesquery parameter: syncmode ("default" | "Default" | "archive" | "Archive")
startdateYesquery parameter: startdate (string)
clienttypeYesquery parameter: clienttype ("geth" | "Geth" | "parity" | "Parity")
get_ether_historical_daily_market_capInspect

Get Ether Historical Daily Market Cap — Returns the historical Ether daily market capitalization. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoquery parameter: sort ("asc" | "desc")
enddateYesquery parameter: enddate (string)
startdateYesquery parameter: startdate (string)
get_ether_historical_priceInspect

Get Ether Historical Price — Returns the historical price of 1 ETH. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoquery parameter: sort ("asc" | "desc")
enddateYesquery parameter: enddate (string)
startdateYesquery parameter: startdate (string)
get_ether_last_priceInspect

Get Ether Last Price — Returns the latest price of 1 ETH.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_event_logs_by_addressInspect

Get Event Logs by Address — Returns the event logs from an address, with optional filtering by block range.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoquery parameter: page (number)
offsetNoquery parameter: offset (number)
addressYesquery parameter: address (string)
toBlockYesquery parameter: toBlock (number)
fromBlockYesquery parameter: fromBlock (number)
get_event_logs_by_address_filtered_by_topicsInspect

Get Event Logs by Address filtered by Topics — Returns the event logs from an address, filtered by topics and block range.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoquery parameter: page (number)
topicYesquery parameter: topic ("topic0" | "topic1" | "topic2" | "topic3")
offsetNoquery parameter: offset (number)
addressYesquery parameter: address (string)
toBlockYesquery parameter: toBlock (number)
fromBlockYesquery parameter: fromBlock (number)
topicOperatorNoquery parameter: topicOperator ("and" | "or")
get_event_logs_by_topicsInspect

Get Event Logs by Topics — Returns the events log in a block range, filtered by topics.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoquery parameter: page (number)
topicYesquery parameter: topic ("topic0" | "topic1" | "topic2" | "topic3")
offsetNoquery parameter: offset (number)
toBlockYesquery parameter: toBlock (number)
fromBlockYesquery parameter: fromBlock (number)
topicOperatorNoquery parameter: topicOperator ("and" | "or")
get_gas_oracleInspect

Get Gas Oracle — Returns the current Safe, Proposed and Fast gas prices. Post EIP-1559 🔥 changes :Safe/Proposed/Fast gas price recommendations are now modeled as Priority Fees.New field suggestBaseFee , the baseFee of the next pending blockNew field gasUsedRatio, to estimate how busy the network isLearn more about the gas changes in EIP-1559.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_historical_erc20_token_account_balance_forInspect

Get Historical ERC20-Token Account Balance for TokenContractAddress by BlockNo — Returns the balance of an 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. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesquery parameter: address (string)
blocknoYesquery parameter: blockno (number)
contractaddressYesquery parameter: contractaddress (string)
get_historical_erc20_token_totalsupply_by_contractaddress_andInspect

Get Historical ERC20-Token TotalSupply by ContractAddress & BlockNo — Returns the amount of an ERC-20 token in circulation at a certain block height. 📝 Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
blocknoYesquery parameter: blockno (number)
contractaddressYesquery parameter: contractaddress (string)
get_historical_ether_balance_for_a_single_address_by_blocknoInspect

Get Historical Ether Balance for a Single Address By BlockNo — Returns the balance of an address at a certain block height. 📝 Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesquery parameter: address (string)
blocknoYesquery parameter: blockno (number)
get_internal_transactions_by_block_rangeInspect

Get "Internal Transactions" by Block Range — Returns the list of internal transactions performed within a block range, with optional pagination. ​​ 📝 Note : This API endpoint returns a maximum of 10000 records only.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoquery parameter: page (number)
sortNoquery parameter: sort ("asc" | "desc")
offsetNoquery parameter: offset (number)
endblockYesquery parameter: endblock (number)
startblockYesquery parameter: startblock (number)
get_internal_transactions_by_transaction_hashInspect

Get 'Internal Transactions' by Transaction Hash — Returns the list of internal transactions performed within a transaction. 📝 Note : This API endpoint returns a maximum of 10000 records only.

ParametersJSON Schema
NameRequiredDescriptionDefault
txhashYesquery parameter: txhash (string)
get_list_of_blocks_validated_by_addressInspect

Get list of Blocks Validated by Address — Returns the list of blocks validated by an address.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoquery parameter: page (number)
offsetNoquery parameter: offset (number)
addressYesquery parameter: address (string)
blocktypeYesquery parameter: blocktype ("blocks" | "uncles")
get_token_holder_list_by_contract_addressInspect

Get Token Holder List by Contract Address — Return the current ERC20 token holders and number of tokens held.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoquery parameter: page (number)
offsetNoquery parameter: offset (number)
contractaddressYesquery parameter: contractaddress (string)
get_token_info_by_contractaddressInspect

Get Token Info by ContractAddress — Returns project information and social media links of an ERC20/ERC721/ERC1155 token. 📝 Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier. PRO endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
contractaddressYesquery parameter: contractaddress (string)
get_total_nodes_countInspect

Get Total Nodes Count — Returns the total number of discoverable Ethereum nodes.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_total_supply_of_etherInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_total_supply_of_ether_2Inspect

Get Total Supply of Ether 2 — Returns the current amount of Ether in circulation, ETH2 Staking rewards, EIP1559 burnt fees, and total withdrawn ETH from the beacon chain.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

verify_source_codeInspect

Verify Source Code — Submits a contract source code to an Etherscan-like explorer for verification. 🌐 Tutorial : A full walk through of submitting multichain contract verification.📝 Note : This endpoint is limited to 100 verifications/day, regardless of API PRO tier.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Verify Ownership

This connector has been claimed. The /.well-known/glama.json file has been verified and ownership is confirmed.

Glama periodically re-verifies ownership. If the file is removed, the claim will be revoked.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.