Documentation Index
Fetch the complete documentation index at: https://docs.etherscan.io/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
apikey
string
default:"YourApiKeyToken"
Your Etherscan API key.
Set to proxy for this endpoint.
action
string
default:"eth_estimateGas"
Set to eth_estimateGas for this endpoint.
data
string
default:"0x4e71d92d"
Hash of the method signature and encoded parameters.
to
string
default:"0xf0160428a8552ac9bb7e050d90eeade4ddd52843"
The address to interact with.
Value sent in this transaction, in hex.
gasPrice
string
default:"0x51da038cc"
Gas price in wei.
gas
string
default:"0x5f5e0ff"
Gas limit provided for the transaction, in hex.
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x66ac"
}