Skip to main content

eth_call RPC Method

Loading...

Updated on
Aug 08, 2025

eth_call RPC Method

Parameters

transaction
object
REQUIRED
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...
Object
object
Loading...
balance
string
Loading...
nonce
string
Loading...
code
string
Loading...
state
object
Loading...
stateDiff
integer
Loading...

Returns

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