Skip to main content

trace_callMany RPC Method

Loading...

Updated on
Nov 21, 2025

trace_callMany RPC Method

This RPC method is included in the Free Trial with limited usage. Upgrade your plan to get full access and higher limits. Learn more on our pricing page.

Parameters

array
array
REQUIRED
Loading...
vmTrace
Loading...
trace
Loading...
stateDiff
Loading...
blockNumber
string
Loading...

Returns

array
Loading...
output
Loading...
stateDiff
Loading...
trace
Loading...
action
Loading...
from
Loading...
callType
Loading...
gas
Loading...
input
Loading...
to
Loading...
value
Loading...
result
Loading...
gasUsed
Loading...
output
Loading...
subtraces
Loading...
traceAddress
Loading...
type
Loading...
vmTrace
Loading...
Request
1
curl https://docs-demo.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"trace_callMany","params":[[[{"from":"0x407d73d8a49eeb85d32cf465507dd71d507100c1","to":"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b","value":"0x186a0"},["trace"]],[{"from":"0x407d73d8a49eeb85d32cf465507dd71d507100c1","to":"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b","value":"0x186a0"},["trace"]]],"latest"],"id":1,"jsonrpc":"2.0"}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"output": "0x",
7
"stateDiff": null,
8
"trace": [
9
{
10
"action": {
11
"from": "0x407d73d8a49eeb85d32cf465507dd71d507100c1",
12
"callType": "call",
13
"gas": "0x80000000419058f9",
14
"input": "0x",
15
"to": "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b",
16
"value": "0x186a0"
17
},
18
"result": {
19
"gasUsed": "0x0",
20
"output": "0x"
21
},
22
"subtraces": 0,
23
"traceAddress": [],
24
"type": "call"
25
}
26
],
27
"vmTrace": null
28
},
29
{
30
"output": "0x",
31
"stateDiff": null,
32
"trace": [
33
{
34
"action": {
35
"from": "0x407d73d8a49eeb85d32cf465507dd71d507100c1",
36
"callType": "call",
37
"gas": "0x80000000419058f9",
38
"input": "0x",
39
"to": "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b",
40
"value": "0x186a0"
41
},
42
"result": {
43
"gasUsed": "0x0",
44
"output": "0x"
45
},
46
"subtraces": 0,
47
"traceAddress": [],
48
"type": "call"
49
}
50
],
51
"vmTrace": null
52
}
53
]
54
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free