eth_call

Executes a call to a read-only function of a smart contract immediately without creating a transaction on the blockchain.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Defaults to public

For higher throughput, please create your own API key.

Body Params

Accepts the transaction call object, state overrides and the block number / block hash / block tag to execute the call on.

integer
Defaults to 1
string
Defaults to 2.0
string
Defaults to eth_call
params
array
length between 2 and 2
Defaults to [object Object],0x39247e
params

The transaction call object

string

20 Bytes - The address the transaction is sent from.

string
required
Defaults to 0xe4edb277e41dc89ab076a1f049f4a3efa700bce8

20 Bytes - The address the transaction is directed to.

string
Defaults to 0x00

Hexadecimal value of the gas provided for the transaction execution. eth_call consumes zero gas, but this parameter may be needed by some executions.

string
Defaults to 0x09184e72a000

Hexadecimal value of the gasPrice used for each paid gas.
NOTE: most of our users (95%+) never set the gasPrice on eth_call.

string
Defaults to 0x09884e72a000

Maximum fee, in Wei, the sender is willing to pay per gas above the base fee. See EIP-1559 transactions.

string
Defaults to 0x09884e72a000

Maximum total fee (base fee + priority fee), in Wei, the sender is willing to pay per gas. See EIP-1559 transactions.

string
Defaults to 0x00

Integer of the value sent with this transaction

string
Defaults to 0x00

Hash of the method signature and encoded parameters

The transaction call object

string

20 Bytes - The address the transaction is sent from.

string
required
Defaults to 0xe4edb277e41dc89ab076a1f049f4a3efa700bce8

20 Bytes - The address the transaction is directed to.

string
Defaults to 0x00

Hexadecimal value of the gas provided for the transaction execution. eth_call consumes zero gas, but this parameter may be needed by some executions.

string
Defaults to 0x09184e72a000

Hexadecimal value of the gasPrice used for each paid gas.
NOTE: most of our users (95%+) never set the gasPrice on eth_call.

string
Defaults to 0x09884e72a000

Maximum fee, in Wei, the sender is willing to pay per gas above the base fee. See EIP-1559 transactions.

string
Defaults to 0x09884e72a000

Maximum total fee (base fee + priority fee), in Wei, the sender is willing to pay per gas. See EIP-1559 transactions.

string
Defaults to 0x00

Integer of the value sent with this transaction

string
Defaults to 0x00

Hash of the method signature and encoded parameters

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json