Skip to main content
GET
Get ERC20-Token Account Balance for TokenContractAddress

Authorizations

apikey
string
query
required

Your Etherscan API key.

Query Parameters

chainid
string
required

Chain ID to query, eg 1 for Ethereum, 8453 for Base from our supported chains.

module
string
default:account
required

Set to account for this endpoint.

action
string
default:tokenbalance
required

Set to tokenbalance for this endpoint.

contractaddress
string
required

Contract address of the ERC-20 token.

address
string
required

Address to check for token balance.

tag
string

Use latest for the last block number of the chain.