Skip to main content

eth_getBlockReceipts RPC Method

Loading...

Updated on
Mar 18, 2026

eth_getBlockReceipts RPC Method

Parameters

blockReference
string
REQUIRED
Loading...

Returns

result
array
Loading...
object
object
Loading...
blockHash
string
Loading...
blockNumber
string
Loading...
contractAddress
string
Loading...
cumulativeGasUsed
string
Loading...
effectiveGasPrice
string
Loading...
from
string
Loading...
gasUsed
string
Loading...
gasUsedForL1
string
Loading...
l1BlockNumber
string
Loading...
logs
array
Loading...
address
string
Loading...
topics
array
Loading...
data
string
Loading...
blockHash
string
Loading...
blockNumber
string
Loading...
blockTimestamp
string
Loading...
transactionHash
string
Loading...
transactionIndex
string
Loading...
logIndex
string
Loading...
removed
boolean
Loading...
logsBloom
string
Loading...
status
string
Loading...
to
string
Loading...
transactionHash
string
Loading...
transactionIndex
string
Loading...
type
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_getBlockReceipts",
6
"params": [
7
"0xee2895"
8
],
9
"id": 1
10
}'
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_getBlockReceipts",
6
"params": [
7
"0xee2895"
8
],
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"blockHash": "0x3a2002b0744db4a35cd3f6bbf5a1ae6d05fd24e8c386cc69240897997d5d78a9",
7
"blockNumber": "0xee2895",
8
"contractAddress": null,
9
"cumulativeGasUsed": "0x0",
10
"effectiveGasPrice": "0x989680",
11
"from": "0x00000000000000000000000000000000000a4b05",
12
"gasUsed": "0x0",
13
"gasUsedForL1": "0x0",
14
"l1BlockNumber": "0x9faa8d",
15
"logs": [],
16
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
17
"status": "0x1",
18
"to": "0x00000000000000000000000000000000000a4b05",
19
"transactionHash": "0xf7c9641bb16524f5b58249e5e6f967b262d1dbe3ca90d7b289bfc9fbbe127b86",
20
"transactionIndex": "0x0",
21
"type": "0x6a"
22
},
23
{
24
"blockHash": "0x3a2002b0744db4a35cd3f6bbf5a1ae6d05fd24e8c386cc69240897997d5d78a9",
25
"blockNumber": "0xee2895",
26
"contractAddress": null,
27
"cumulativeGasUsed": "0x300a4",
28
"effectiveGasPrice": "0x989680",
29
"from": "0x3d3871053e98b95d0d2e88d3c2c7d4659c855e36",
30
"gasUsed": "0x300a4",
31
"gasUsedForL1": "0x0",
32
"l1BlockNumber": "0x9faa8d",
33
"logs": [
34
{
35
"address": "0x0064394b61942924d63db20192652cddbcca745d",
36
"topics": [
37
"0x804c9b842b2748a22bb64b345453a3de7ca54a6ca45ce00d415894979e22897a",
38
"0x00000000000000000000000071178bac73cbeb415514eb542a8995b82669778d"
39
],
40
"data": "0x0000000000000000000000000000000000000000000f2333831a07466b1e68d000000000000000000000000000000000000000000078f79c88c6b8e668a2cf070000000000000000000000000000000000000000002e855ec212ad5bcea2cf070000000000000000000000000000000000000000033cd3782957b91549d1888100000000000000000000000000000000000000000340175ad148ced8fa3a08b8",
41
"blockNumber": "0xee2895",
42
"transactionHash": "0xc23460274b9855f341e8c10e8a3756795506e52ebd174682a8cfea44fd7880c9",
43
"transactionIndex": "0x1",
44
"blockHash": "0x3a2002b0744db4a35cd3f6bbf5a1ae6d05fd24e8c386cc69240897997d5d78a9",
45
"blockTimestamp": "0x69b950b7",
46
"logIndex": "0x0",
47
"removed": false
48
},
49
{
50
"address": "0x71178bac73cbeb415514eb542a8995b82669778d",
51
"topics": [
52
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
53
"0x0000000000000000000000003d3871053e98b95d0d2e88d3c2c7d4659c855e36",
54
"0x0000000000000000000000002dda8e6fbc63b4be0291c9fcfc62a8abc12cf16d"
55
],
56
"data": "0x000000000000000000000000000000000000000000000000000060680c58a000",
57
"blockNumber": "0xee2895",
58
"transactionHash": "0xc23460274b9855f341e8c10e8a3756795506e52ebd174682a8cfea44fd7880c9",
59
"transactionIndex": "0x1",
60
"blockHash": "0x3a2002b0744db4a35cd3f6bbf5a1ae6d05fd24e8c386cc69240897997d5d78a9",
61
"blockTimestamp": "0x69b950b7",
62
"logIndex": "0x1",
63
"removed": false
64
},
65
{
66
"address": "0x71178bac73cbeb415514eb542a8995b82669778d",
67
"topics": [
68
"0x37e7f0db430edc9dd31bc66f25f8449353aa0818f503b906747dd8f286cd3802",
69
"0x0000000000000000000000003d3871053e98b95d0d2e88d3c2c7d4659c855e36",
70
"0x0000000000000000000000002dda8e6fbc63b4be0291c9fcfc62a8abc12cf16d"
71
],
72
"data": "0x000000000000000000000000000000000000000000000000000060680c58a000000000000000000000000000000000000000000000000000000060680c58a000",
73
"blockNumber": "0xee2895",
74
"transactionHash": "0xc23460274b9855f341e8c10e8a3756795506e52ebd174682a8cfea44fd7880c9",
75
"transactionIndex": "0x1",
76
"blockHash": "0x3a2002b0744db4a35cd3f6bbf5a1ae6d05fd24e8c386cc69240897997d5d78a9",
77
"blockTimestamp": "0x69b950b7",
78
"logIndex": "0x2",
79
"removed": false
80
},
81
{
82
"address": "0x2dda8e6fbc63b4be0291c9fcfc62a8abc12cf16d",
83
"topics": [
84
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
85
"0x0000000000000000000000000000000000000000000000000000000000000000",
86
"0x0000000000000000000000003d3871053e98b95d0d2e88d3c2c7d4659c855e36"
87
],
88
"data": "0x000000000000000000000000000000000000000000000000000060847ba640d8",
89
"blockNumber": "0xee2895",
90
"transactionHash": "0xc23460274b9855f341e8c10e8a3756795506e52ebd174682a8cfea44fd7880c9",
91
"transactionIndex": "0x1",
92
"blockHash": "0x3a2002b0744db4a35cd3f6bbf5a1ae6d05fd24e8c386cc69240897997d5d78a9",
93
"blockTimestamp": "0x69b950b7",
94
"logIndex": "0x3",
95
"removed": false
96
},
97
{
98
"address": "0x2dda8e6fbc63b4be0291c9fcfc62a8abc12cf16d",
99
"topics": [
100
"0x458f5fa412d0f69b08dd84872b0215675cc67bc1d5b6fd93300a1c3878b86196",
101
"0x0000000000000000000000003d3871053e98b95d0d2e88d3c2c7d4659c855e36",
102
"0x0000000000000000000000003d3871053e98b95d0d2e88d3c2c7d4659c855e36"
103
],
104
"data": "0x000000000000000000000000000000000000000000000000000060847ba640d80000000000000000000000000000000000000000000000000000001c6f4da0d80000000000000000000000000000000000000000033cd3782957b91549d18881",
105
"blockNumber": "0xee2895",
106
"transactionHash": "0xc23460274b9855f341e8c10e8a3756795506e52ebd174682a8cfea44fd7880c9",
107
"transactionIndex": "0x1",
108
"blockHash": "0x3a2002b0744db4a35cd3f6bbf5a1ae6d05fd24e8c386cc69240897997d5d78a9",
109
"blockTimestamp": "0x69b950b7",
110
"logIndex": "0x4",
111
"removed": false
112
},
113
{
114
"address": "0x0064394b61942924d63db20192652cddbcca745d",
115
"topics": [
116
"0x2b627736bca15cd5381dcf80b0bf11fd197d01a037c52b927a881a10fb73ba61",
117
"0x00000000000000000000000071178bac73cbeb415514eb542a8995b82669778d",
118
"0x0000000000000000000000003d3871053e98b95d0d2e88d3c2c7d4659c855e36",
119
"0x0000000000000000000000000000000000000000000000000000000000000000"
120
],
121
"data": "0x0000000000000000000000003d3871053e98b95d0d2e88d3c2c7d4659c855e36000000000000000000000000000000000000000000000000000060680c58a000",
122
"blockNumber": "0xee2895",
123
"transactionHash": "0xc23460274b9855f341e8c10e8a3756795506e52ebd174682a8cfea44fd7880c9",
124
"transactionIndex": "0x1",
125
"blockHash": "0x3a2002b0744db4a35cd3f6bbf5a1ae6d05fd24e8c386cc69240897997d5d78a9",
126
"blockTimestamp": "0x69b950b7",
127
"logIndex": "0x5",
128
"removed": false
129
}
130
],
131
"logsBloom": "0x00000000000080000000000000000000000000000000000000000001100000000000000000000000008000000004000000000800000000000000000000000000000008000010000000000008000000000000000000000000000004040000000040000000020000000000000000000800000000000000000000000010000000000000000000000000000000000000020000000000000020000200000000000000000000000000000000000000000000000000008020000000000000800000010002000002000010000000002040000000008000000000000000000000000120000000000000000000000000040000000040000000080000000080400000000000",
132
"status": "0x1",
133
"to": "0x0064394b61942924d63db20192652cddbcca745d",
134
"transactionHash": "0xc23460274b9855f341e8c10e8a3756795506e52ebd174682a8cfea44fd7880c9",
135
"transactionIndex": "0x1",
136
"type": "0x2"
137
}
138
]
139
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"blockHash": "0x3a2002b0744db4a35cd3f6bbf5a1ae6d05fd24e8c386cc69240897997d5d78a9",
7
"blockNumber": "0xee2895",
8
"contractAddress": null,
9
"cumulativeGasUsed": "0x0",
10
"effectiveGasPrice": "0x989680",
11
"from": "0x00000000000000000000000000000000000a4b05",
12
"gasUsed": "0x0",
13
"gasUsedForL1": "0x0",
14
"l1BlockNumber": "0x9faa8d",
15
"logs": [],
16
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
17
"status": "0x1",
18
"to": "0x00000000000000000000000000000000000a4b05",
19
"transactionHash": "0xf7c9641bb16524f5b58249e5e6f967b262d1dbe3ca90d7b289bfc9fbbe127b86",
20
"transactionIndex": "0x0",
21
"type": "0x6a"
22
},
23
{
24
"blockHash": "0x3a2002b0744db4a35cd3f6bbf5a1ae6d05fd24e8c386cc69240897997d5d78a9",
25
"blockNumber": "0xee2895",
26
"contractAddress": null,
27
"cumulativeGasUsed": "0x300a4",
28
"effectiveGasPrice": "0x989680",
29
"from": "0x3d3871053e98b95d0d2e88d3c2c7d4659c855e36",
30
"gasUsed": "0x300a4",
31
"gasUsedForL1": "0x0",
32
"l1BlockNumber": "0x9faa8d",
33
"logs": [
34
{
35
"address": "0x0064394b61942924d63db20192652cddbcca745d",
36
"topics": [
37
"0x804c9b842b2748a22bb64b345453a3de7ca54a6ca45ce00d415894979e22897a",
38
"0x00000000000000000000000071178bac73cbeb415514eb542a8995b82669778d"
39
],
40
"data": "0x0000000000000000000000000000000000000000000f2333831a07466b1e68d000000000000000000000000000000000000000000078f79c88c6b8e668a2cf070000000000000000000000000000000000000000002e855ec212ad5bcea2cf070000000000000000000000000000000000000000033cd3782957b91549d1888100000000000000000000000000000000000000000340175ad148ced8fa3a08b8",
41
"blockNumber": "0xee2895",
42
"transactionHash": "0xc23460274b9855f341e8c10e8a3756795506e52ebd174682a8cfea44fd7880c9",
43
"transactionIndex": "0x1",
44
"blockHash": "0x3a2002b0744db4a35cd3f6bbf5a1ae6d05fd24e8c386cc69240897997d5d78a9",
45
"blockTimestamp": "0x69b950b7",
46
"logIndex": "0x0",
47
"removed": false
48
},
49
{
50
"address": "0x71178bac73cbeb415514eb542a8995b82669778d",
51
"topics": [
52
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
53
"0x0000000000000000000000003d3871053e98b95d0d2e88d3c2c7d4659c855e36",
54
"0x0000000000000000000000002dda8e6fbc63b4be0291c9fcfc62a8abc12cf16d"
55
],
56
"data": "0x000000000000000000000000000000000000000000000000000060680c58a000",
57
"blockNumber": "0xee2895",
58
"transactionHash": "0xc23460274b9855f341e8c10e8a3756795506e52ebd174682a8cfea44fd7880c9",
59
"transactionIndex": "0x1",
60
"blockHash": "0x3a2002b0744db4a35cd3f6bbf5a1ae6d05fd24e8c386cc69240897997d5d78a9",
61
"blockTimestamp": "0x69b950b7",
62
"logIndex": "0x1",
63
"removed": false
64
},
65
{
66
"address": "0x71178bac73cbeb415514eb542a8995b82669778d",
67
"topics": [
68
"0x37e7f0db430edc9dd31bc66f25f8449353aa0818f503b906747dd8f286cd3802",
69
"0x0000000000000000000000003d3871053e98b95d0d2e88d3c2c7d4659c855e36",
70
"0x0000000000000000000000002dda8e6fbc63b4be0291c9fcfc62a8abc12cf16d"
71
],
72
"data": "0x000000000000000000000000000000000000000000000000000060680c58a000000000000000000000000000000000000000000000000000000060680c58a000",
73
"blockNumber": "0xee2895",
74
"transactionHash": "0xc23460274b9855f341e8c10e8a3756795506e52ebd174682a8cfea44fd7880c9",
75
"transactionIndex": "0x1",
76
"blockHash": "0x3a2002b0744db4a35cd3f6bbf5a1ae6d05fd24e8c386cc69240897997d5d78a9",
77
"blockTimestamp": "0x69b950b7",
78
"logIndex": "0x2",
79
"removed": false
80
},
81
{
82
"address": "0x2dda8e6fbc63b4be0291c9fcfc62a8abc12cf16d",
83
"topics": [
84
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
85
"0x0000000000000000000000000000000000000000000000000000000000000000",
86
"0x0000000000000000000000003d3871053e98b95d0d2e88d3c2c7d4659c855e36"
87
],
88
"data": "0x000000000000000000000000000000000000000000000000000060847ba640d8",
89
"blockNumber": "0xee2895",
90
"transactionHash": "0xc23460274b9855f341e8c10e8a3756795506e52ebd174682a8cfea44fd7880c9",
91
"transactionIndex": "0x1",
92
"blockHash": "0x3a2002b0744db4a35cd3f6bbf5a1ae6d05fd24e8c386cc69240897997d5d78a9",
93
"blockTimestamp": "0x69b950b7",
94
"logIndex": "0x3",
95
"removed": false
96
},
97
{
98
"address": "0x2dda8e6fbc63b4be0291c9fcfc62a8abc12cf16d",
99
"topics": [
100
"0x458f5fa412d0f69b08dd84872b0215675cc67bc1d5b6fd93300a1c3878b86196",
101
"0x0000000000000000000000003d3871053e98b95d0d2e88d3c2c7d4659c855e36",
102
"0x0000000000000000000000003d3871053e98b95d0d2e88d3c2c7d4659c855e36"
103
],
104
"data": "0x000000000000000000000000000000000000000000000000000060847ba640d80000000000000000000000000000000000000000000000000000001c6f4da0d80000000000000000000000000000000000000000033cd3782957b91549d18881",
105
"blockNumber": "0xee2895",
106
"transactionHash": "0xc23460274b9855f341e8c10e8a3756795506e52ebd174682a8cfea44fd7880c9",
107
"transactionIndex": "0x1",
108
"blockHash": "0x3a2002b0744db4a35cd3f6bbf5a1ae6d05fd24e8c386cc69240897997d5d78a9",
109
"blockTimestamp": "0x69b950b7",
110
"logIndex": "0x4",
111
"removed": false
112
},
113
{
114
"address": "0x0064394b61942924d63db20192652cddbcca745d",
115
"topics": [
116
"0x2b627736bca15cd5381dcf80b0bf11fd197d01a037c52b927a881a10fb73ba61",
117
"0x00000000000000000000000071178bac73cbeb415514eb542a8995b82669778d",
118
"0x0000000000000000000000003d3871053e98b95d0d2e88d3c2c7d4659c855e36",
119
"0x0000000000000000000000000000000000000000000000000000000000000000"
120
],
121
"data": "0x0000000000000000000000003d3871053e98b95d0d2e88d3c2c7d4659c855e36000000000000000000000000000000000000000000000000000060680c58a000",
122
"blockNumber": "0xee2895",
123
"transactionHash": "0xc23460274b9855f341e8c10e8a3756795506e52ebd174682a8cfea44fd7880c9",
124
"transactionIndex": "0x1",
125
"blockHash": "0x3a2002b0744db4a35cd3f6bbf5a1ae6d05fd24e8c386cc69240897997d5d78a9",
126
"blockTimestamp": "0x69b950b7",
127
"logIndex": "0x5",
128
"removed": false
129
}
130
],
131
"logsBloom": "0x00000000000080000000000000000000000000000000000000000001100000000000000000000000008000000004000000000800000000000000000000000000000008000010000000000008000000000000000000000000000004040000000040000000020000000000000000000800000000000000000000000010000000000000000000000000000000000000020000000000000020000200000000000000000000000000000000000000000000000000008020000000000000800000010002000002000010000000002040000000008000000000000000000000000120000000000000000000000000040000000040000000080000000080400000000000",
132
"status": "0x1",
133
"to": "0x0064394b61942924d63db20192652cddbcca745d",
134
"transactionHash": "0xc23460274b9855f341e8c10e8a3756795506e52ebd174682a8cfea44fd7880c9",
135
"transactionIndex": "0x1",
136
"type": "0x2"
137
}
138
]
139
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free