Skip to main content

eth_callMany RPC Method

Loading...

Updated on
Mar 24, 2026

eth_callMany RPC Method

Parameters

array
array
REQUIRED
Loading...
transactions
array
REQUIRED
Loading...
from
string
Loading...
to
string
REQUIRED
Loading...
gas
string
Loading...
gasPrice
string
Loading...
data
string
Loading...
blockOverride
object
Loading...
blockNumber
string
Loading...
context
object
Loading...
blockNumber
string
Loading...
transactionIndex
integer
Loading...

Returns

array
array
Loading...
value
string
Loading...
error
string
Loading...
Request
1
curl -X POST "https://docs-demo.bera-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_callMany",
6
"params": [
7
[
8
{
9
"transactions": [
10
{
11
"to": "0x6b175474e89094c44da98b954eedeac495271d0f",
12
"gas": "0xf4240",
13
"gasPrice": "0x7896e72a",
14
"data": "0x18160ddd"
15
}
16
],
17
"blockOverride": {
18
"blockNumber": "0x728B0C"
19
}
20
}
21
],
22
{
23
"blockNumber": "0x728B0C",
24
"transactionIndex": 1
25
}
26
],
27
"id": 1
28
}'
1
curl -X POST "https://docs-demo.bera-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_callMany",
6
"params": [
7
[
8
{
9
"transactions": [
10
{
11
"to": "0x6b175474e89094c44da98b954eedeac495271d0f",
12
"gas": "0xf4240",
13
"gasPrice": "0x7896e72a",
14
"data": "0x18160ddd"
15
}
16
],
17
"blockOverride": {
18
"blockNumber": "0x728B0C"
19
}
20
}
21
],
22
{
23
"blockNumber": "0x728B0C",
24
"transactionIndex": 1
25
}
26
],
27
"id": 1
28
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
[
6
{
7
"value": "0000000000000000000000000000000000000000000000000000000000000001"
8
},
9
{
10
"value": ""
11
}
12
]
13
]
14
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
[
6
{
7
"value": "0000000000000000000000000000000000000000000000000000000000000001"
8
},
9
{
10
"value": ""
11
}
12
]
13
]
14
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free