Skip to main content

eth_call RPC Method

Loading...

Updated on
Oct 01, 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

result
string
Loading...
Request
1
curl https://docs-demo.base-mainnet.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
"pending",
14
{
15
"0x0fd43c8fabe26d70dfa4c8b6fa680db39f147460": {
16
"code": "0x6080604052348015600f57600080fd5b506004361060285760003560e01c8063919840ad14602d575b600080fd5b60336045565b60408051918252519081900360200190f35b60005a90509056fea265627a7a72315820df124583906aafd283490b866399b6762e2075e1d84214363893c5993a13276f64736f6c63430005110032"
17
}
18
}
19
]
20
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free