Tools

Tool
Description

balance

Get ETH balance for a wallet address using the Etherscan API.

tokenHoldings

Get ERC20 tokens held by an address and include the ETH balance.

tokenTopHolders

Get top token holders for a contract address.

txList

Get list of normal transactions by address, up to the last 5 transactions.

internalTxsByAddress

Get internal transactions for an address, up to the last 5 transactions.

erc20Transfers

Get ERC20 token transfers for an address, up to the last 5 transactions.

erc721Transfers

Get ERC721 token transfers for an address, up to the last 5 transactions.

erc1155Transfers

Get ERC1155 token transfers for an address, up to the last 5 transactions.

fundedBy

Get address that funded a given address.

getAddressMetadata

Retrieve public nametag, labels, and other attributes for an address including token type, trust rating, contract name, and source code status.

getContractAbi

Retrieve ABI for a verified contract address.

getContractSourceCode

Retrieve Solidity source code for a verified contract.

getContractCreation

Retrieve contract deployer and creation transaction hash.

verifySourceCode

Submit contract source code for verification.

checkVerifyStatus

Check the status of a source code verification request.

getTokenInfo

Retrieve token project details and social links, returning fields like contractAddress, tokenName, symbol, divisor, tokenType, totalSupply, blueCheckmark, description, website, email, social links, whitepaper and tokenPriceUSD.

Last updated