Query Parameters
apikey
string
default:"YourApiKeyToken"
Your Etherscan API key.
Set to proxy for this endpoint.
Set to eth_call for this endpoint.
to
string
default:"0xAEEF46DB4855E25702F8237E8f403FddcaF931C0"
The address to interact with.
Hash of the method signature and encoded parameters.
Use latest, earliest, pending, or a block number in hex.
curl "https://api.etherscan.io/v2/api?chainid=1&module=proxy&action=eth_call&to=0xAEEF46DB4855E25702F8237E8f403FddcaF931C0&data=0x70a08231000000000000000000000000e16359506c028e51f16be38986ec5746251e9724&tag=latest&apikey=YourApiKeyToken"
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x00000000000000000000000000000000000000000000000000601d8888141c00"
}