Skip to main content

trace_get RPC Method

Loading...

Updated on
Apr 06, 2026

trace_get RPC Method

Parameters

transaction
String
REQUIRED
Loading...
indexPositions
Array
REQUIRED
Loading...

Returns

result
[Object]
Loading...
Request
1
curl -X POST "https://docs-demo.fantom.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "trace_get",
6
"params": [
7
"0x58846dd2a9fa3ea9e700838db48fd9829ebbc95e103142ac7968f658fd1ed3ac",
8
[
9
"0x0"
10
]
11
],
12
"id": 1
13
}'
1
curl -X POST "https://docs-demo.fantom.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "trace_get",
6
"params": [
7
"0x58846dd2a9fa3ea9e700838db48fd9829ebbc95e103142ac7968f658fd1ed3ac",
8
[
9
"0x0"
10
]
11
],
12
"id": 1
13
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"action": {
7
"callType": "delegatecall",
8
"from": "0xd4e0aca70d1fe8979e7e1015b30a2085803d0244",
9
"to": "0x1125eabf1eba69ef00266b7a038141474d8afff1",
10
"value": "0x0",
11
"gas": "0xf62",
12
"input": "0x6930fd2a0000000000000000000000000000000000000000000000000000000000000608"
13
},
14
"blockHash": "0x00000ce000001cf16b859ccacc281e32e2c17730ce48b3498bf1f7f05d90fe5c",
15
"blockNumber": 2284350,
16
"result": {
17
"gasUsed": "0xf62",
18
"output": "0x"
19
},
20
"subtraces": 0,
21
"traceAddress": [
22
0
23
],
24
"transactionHash": "0x58846dd2a9fa3ea9e700838db48fd9829ebbc95e103142ac7968f658fd1ed3ac",
25
"transactionPosition": 0,
26
"type": "call"
27
}
28
]
29
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"action": {
7
"callType": "delegatecall",
8
"from": "0xd4e0aca70d1fe8979e7e1015b30a2085803d0244",
9
"to": "0x1125eabf1eba69ef00266b7a038141474d8afff1",
10
"value": "0x0",
11
"gas": "0xf62",
12
"input": "0x6930fd2a0000000000000000000000000000000000000000000000000000000000000608"
13
},
14
"blockHash": "0x00000ce000001cf16b859ccacc281e32e2c17730ce48b3498bf1f7f05d90fe5c",
15
"blockNumber": 2284350,
16
"result": {
17
"gasUsed": "0xf62",
18
"output": "0x"
19
},
20
"subtraces": 0,
21
"traceAddress": [
22
0
23
],
24
"transactionHash": "0x58846dd2a9fa3ea9e700838db48fd9829ebbc95e103142ac7968f658fd1ed3ac",
25
"transactionPosition": 0,
26
"type": "call"
27
}
28
]
29
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free