Skip to main content
GET
eth_call

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:proxy
required

Set to proxy for this endpoint.

action
string
default:eth_call
required

Set to eth_call for this endpoint.

to
string
required

The address to interact with.

data
string

Hash of the method signature and encoded parameters.

tag
string

Use latest, earliest, pending, or a block number in hex.