Skip to main content

eth_call RPC Method

Loading...

Updated on
Mar 18, 2026

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 -X POST "https://docs-demo.robinhood-testnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_call",
6
"params": [
7
{
8
"to": "0xcFED52fa50f36A055939C2EF1e887Aa127E44445",
9
"data": "0x70a08231000000000000000000000000cFED52fa50f36A055939C2EF1e887Aa127E44445"
10
},
11
"latest"
12
],
13
"id": 1
14
}'
1
curl -X POST "https://docs-demo.robinhood-testnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_call",
6
"params": [
7
{
8
"to": "0xcFED52fa50f36A055939C2EF1e887Aa127E44445",
9
"data": "0x70a08231000000000000000000000000cFED52fa50f36A055939C2EF1e887Aa127E44445"
10
},
11
"latest"
12
],
13
"id": 1
14
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": "0x"
5
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": "0x"
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free