Skip to main content

eth_call RPC Method

Loading...

Updated on
May 19, 2025

eth_call RPC Method

Parameters

transaction
object
Loading...
from
string
Loading...
to
string
REQUIRED
Loading...
gas
integer
Loading...
gasPrice
integer
Loading...
value
integer
Loading...
data
string
Loading...
blockNumber/tag
string
REQUIRED
Loading...

Returns

data
string
Loading...
Request
1
curl --location https://docs-demo.sophon-mainnet.quiknode.pro/ \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"jsonrpc": "2.0",
5
"method": "eth_call",
6
"params": [
7
{
8
"to": "0xf17c039d4e5a5bb375e8d7bb85928179738328e3",
9
"data": "0x70a08231000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
10
},
11
"latest"
12
],
13
"id": 1
14
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free