eth_getBlockReceipts RPC Method
Parameters
blockNumber
string
REQUIRED
Loading...
Returns
result
array
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...
blockNumber
string
Loading...
transactionHash
string
Loading...
transactionIndex
string
Loading...
blockHash
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
1curl -X POST "https://docs-demo.gravity-alpham.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "eth_getBlockReceipts",6"params": [7"0x2dc5da"8],9"id": 110}'
1curl -X POST "https://docs-demo.gravity-alpham.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "eth_getBlockReceipts",6"params": [7"0x2dc5da"8],9"id": 110}'
Response
1{2"jsonrpc": "2.0",3"id": 1,4"result": [5{6"blockHash": "0x0feb36c0dd7f55d18e321e98eeffa24b3d4c1e44bb258e6c636c0c502dcbfe49",7"blockNumber": "0x2dc5da",8"contractAddress": null,9"cumulativeGasUsed": "0x0",10"effectiveGasPrice": "0x1a3185c5000",11"from": "0x00000000000000000000000000000000000a4b05",12"gasUsed": "0x0",13"gasUsedForL1": "0x0",14"l1BlockNumber": "0x13b3eea",15"logs": [],16"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",17"status": "0x1",18"to": "0x00000000000000000000000000000000000a4b05",19"transactionHash": "0x0aa304003fbf17976b003458bb270cb285c7674288d85c8b7057237d3b715eb1",20"transactionIndex": "0x0",21"type": "0x6a"22},23{24"blockHash": "0x0feb36c0dd7f55d18e321e98eeffa24b3d4c1e44bb258e6c636c0c502dcbfe49",25"blockNumber": "0x2dc5da",26"contractAddress": null,27"cumulativeGasUsed": "0x12133",28"effectiveGasPrice": "0x1a3185c5000",29"from": "0xbd49c1f881872ee078bc5aab9295f943c3b6e496",30"gasUsed": "0x12133",31"gasUsedForL1": "0x0",32"l1BlockNumber": "0x13b3eea",33"logs": [34{35"address": "0x97d9c79b468de92e836ef01b2dcfbd17f7771cc2",36"topics": [37"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",38"0x0000000000000000000000000000000000000000000000000000000000000000",39"0x00000000000000000000000030de59dfa64f5bfb58de423f10b3b6f75125fc9a"40],41"data": "0x0000000000000000000000000000000000000000000000004563918244f40000",42"blockNumber": "0x2dc5da",43"transactionHash": "0xff5a6cab2c0cb98e63c46ca076d670487c1ec009ff8912b49755435a23accc5d",44"transactionIndex": "0x1",45"blockHash": "0x0feb36c0dd7f55d18e321e98eeffa24b3d4c1e44bb258e6c636c0c502dcbfe49",46"blockTimestamp": "0x66d52511",47"logIndex": "0x0",48"removed": false49},50{51"address": "0x0c11df9bb57c15926d5195b5f814c1a3ac07969c",52"topics": [53"0x90286c805cff40abd29d00dd6f32fab5bc204f83152a296f94c1df7b105ee500"54],55"data": "0x0000000000000000000000000000000000000000000000000000000001e0071e00000000000000000000000030de59dfa64f5bfb58de423f10b3b6f75125fc9a0000000000000000000000000000000000000000000000004563918244f40000",56"blockNumber": "0x2dc5da",57"transactionHash": "0xff5a6cab2c0cb98e63c46ca076d670487c1ec009ff8912b49755435a23accc5d",58"transactionIndex": "0x1",59"blockHash": "0x0feb36c0dd7f55d18e321e98eeffa24b3d4c1e44bb258e6c636c0c502dcbfe49",60"blockTimestamp": "0x66d52511",61"logIndex": "0x1",62"removed": false63}64],65"logsBloom": "0x00000000000000000000000000000000000000040040000000000000000000000000000400000000000000000000000000000000000000000000000000000000000004000000000000000008000000000000040000000000000000000000000000400000020000000000000000000800000000000000000000000010000000000000000000000000000000000000000000000000000000000008000000000000000000008000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000002000000000000000000020000000000000000000400000000000000000000000000001000000000080000000",66"status": "0x1",67"to": "0x0c11df9bb57c15926d5195b5f814c1a3ac07969c",68"transactionHash": "0xff5a6cab2c0cb98e63c46ca076d670487c1ec009ff8912b49755435a23accc5d",69"transactionIndex": "0x1",70"type": "0x0"71},72{73"blockHash": "0x0feb36c0dd7f55d18e321e98eeffa24b3d4c1e44bb258e6c636c0c502dcbfe49",74"blockNumber": "0x2dc5da",75"contractAddress": null,76"cumulativeGasUsed": "0x28532",77"effectiveGasPrice": "0x1a3185c5000",78"from": "0xe92a87082a0800f97849a4278ab36414da3f6548",79"gasUsed": "0x163ff",80"gasUsedForL1": "0x0",81"l1BlockNumber": "0x13b3eea",82"logs": [83{84"address": "0xa433a2ea017001606e824c5e0c1a56d63f364e68",85"topics": [86"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",87"0x0000000000000000000000000000000000000000000000000000000000000000",88"0x0000000000000000000000005520287c64e5300a0f8135c42e1b5fe0ecb5506e"89],90"data": "0x0000000000000000000000000000000000000000000000008ac7230489e80000",91"blockNumber": "0x2dc5da",92"transactionHash": "0x6f5cbc9df8a1c43d9c2e9d24f6686818ce6636b9d244b44c5d3392aac5e379a5",93"transactionIndex": "0x2",94"blockHash": "0x0feb36c0dd7f55d18e321e98eeffa24b3d4c1e44bb258e6c636c0c502dcbfe49",95"blockTimestamp": "0x66d52511",96"logIndex": "0x2",97"removed": false98},99{100"address": "0x0c11df9bb57c15926d5195b5f814c1a3ac07969c",101"topics": [102"0x90286c805cff40abd29d00dd6f32fab5bc204f83152a296f94c1df7b105ee500"103],104"data": "0x0000000000000000000000000000000000000000000000000000000001e007230000000000000000000000005520287c64e5300a0f8135c42e1b5fe0ecb5506e0000000000000000000000000000000000000000000000008ac7230489e80000",105"blockNumber": "0x2dc5da",106"transactionHash": "0x6f5cbc9df8a1c43d9c2e9d24f6686818ce6636b9d244b44c5d3392aac5e379a5",107"transactionIndex": "0x2",108"blockHash": "0x0feb36c0dd7f55d18e321e98eeffa24b3d4c1e44bb258e6c636c0c502dcbfe49",109"blockTimestamp": "0x66d52511",110"logIndex": "0x3",111"removed": false112}113],114"logsBloom": "0x00000008000000000000000000000000000000000000000000000000000000080000000400020000100000000000000000000000000000000000000000000000000004000000000000000008000000000000040000000000000000000000000000000000020000000000000000000800000000000000000000000010000000000001000000000000000000000000000000000000000000000008000000100000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000001000000000080000000",115"status": "0x1",116"to": "0x0c11df9bb57c15926d5195b5f814c1a3ac07969c",117"transactionHash": "0x6f5cbc9df8a1c43d9c2e9d24f6686818ce6636b9d244b44c5d3392aac5e379a5",118"transactionIndex": "0x2",119"type": "0x0"120}121]122}
1{2"jsonrpc": "2.0",3"id": 1,4"result": [5{6"blockHash": "0x0feb36c0dd7f55d18e321e98eeffa24b3d4c1e44bb258e6c636c0c502dcbfe49",7"blockNumber": "0x2dc5da",8"contractAddress": null,9"cumulativeGasUsed": "0x0",10"effectiveGasPrice": "0x1a3185c5000",11"from": "0x00000000000000000000000000000000000a4b05",12"gasUsed": "0x0",13"gasUsedForL1": "0x0",14"l1BlockNumber": "0x13b3eea",15"logs": [],16"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",17"status": "0x1",18"to": "0x00000000000000000000000000000000000a4b05",19"transactionHash": "0x0aa304003fbf17976b003458bb270cb285c7674288d85c8b7057237d3b715eb1",20"transactionIndex": "0x0",21"type": "0x6a"22},23{24"blockHash": "0x0feb36c0dd7f55d18e321e98eeffa24b3d4c1e44bb258e6c636c0c502dcbfe49",25"blockNumber": "0x2dc5da",26"contractAddress": null,27"cumulativeGasUsed": "0x12133",28"effectiveGasPrice": "0x1a3185c5000",29"from": "0xbd49c1f881872ee078bc5aab9295f943c3b6e496",30"gasUsed": "0x12133",31"gasUsedForL1": "0x0",32"l1BlockNumber": "0x13b3eea",33"logs": [34{35"address": "0x97d9c79b468de92e836ef01b2dcfbd17f7771cc2",36"topics": [37"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",38"0x0000000000000000000000000000000000000000000000000000000000000000",39"0x00000000000000000000000030de59dfa64f5bfb58de423f10b3b6f75125fc9a"40],41"data": "0x0000000000000000000000000000000000000000000000004563918244f40000",42"blockNumber": "0x2dc5da",43"transactionHash": "0xff5a6cab2c0cb98e63c46ca076d670487c1ec009ff8912b49755435a23accc5d",44"transactionIndex": "0x1",45"blockHash": "0x0feb36c0dd7f55d18e321e98eeffa24b3d4c1e44bb258e6c636c0c502dcbfe49",46"blockTimestamp": "0x66d52511",47"logIndex": "0x0",48"removed": false49},50{51"address": "0x0c11df9bb57c15926d5195b5f814c1a3ac07969c",52"topics": [53"0x90286c805cff40abd29d00dd6f32fab5bc204f83152a296f94c1df7b105ee500"54],55"data": "0x0000000000000000000000000000000000000000000000000000000001e0071e00000000000000000000000030de59dfa64f5bfb58de423f10b3b6f75125fc9a0000000000000000000000000000000000000000000000004563918244f40000",56"blockNumber": "0x2dc5da",57"transactionHash": "0xff5a6cab2c0cb98e63c46ca076d670487c1ec009ff8912b49755435a23accc5d",58"transactionIndex": "0x1",59"blockHash": "0x0feb36c0dd7f55d18e321e98eeffa24b3d4c1e44bb258e6c636c0c502dcbfe49",60"blockTimestamp": "0x66d52511",61"logIndex": "0x1",62"removed": false63}64],65"logsBloom": "0x00000000000000000000000000000000000000040040000000000000000000000000000400000000000000000000000000000000000000000000000000000000000004000000000000000008000000000000040000000000000000000000000000400000020000000000000000000800000000000000000000000010000000000000000000000000000000000000000000000000000000000008000000000000000000008000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000002000000000000000000020000000000000000000400000000000000000000000000001000000000080000000",66"status": "0x1",67"to": "0x0c11df9bb57c15926d5195b5f814c1a3ac07969c",68"transactionHash": "0xff5a6cab2c0cb98e63c46ca076d670487c1ec009ff8912b49755435a23accc5d",69"transactionIndex": "0x1",70"type": "0x0"71},72{73"blockHash": "0x0feb36c0dd7f55d18e321e98eeffa24b3d4c1e44bb258e6c636c0c502dcbfe49",74"blockNumber": "0x2dc5da",75"contractAddress": null,76"cumulativeGasUsed": "0x28532",77"effectiveGasPrice": "0x1a3185c5000",78"from": "0xe92a87082a0800f97849a4278ab36414da3f6548",79"gasUsed": "0x163ff",80"gasUsedForL1": "0x0",81"l1BlockNumber": "0x13b3eea",82"logs": [83{84"address": "0xa433a2ea017001606e824c5e0c1a56d63f364e68",85"topics": [86"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",87"0x0000000000000000000000000000000000000000000000000000000000000000",88"0x0000000000000000000000005520287c64e5300a0f8135c42e1b5fe0ecb5506e"89],90"data": "0x0000000000000000000000000000000000000000000000008ac7230489e80000",91"blockNumber": "0x2dc5da",92"transactionHash": "0x6f5cbc9df8a1c43d9c2e9d24f6686818ce6636b9d244b44c5d3392aac5e379a5",93"transactionIndex": "0x2",94"blockHash": "0x0feb36c0dd7f55d18e321e98eeffa24b3d4c1e44bb258e6c636c0c502dcbfe49",95"blockTimestamp": "0x66d52511",96"logIndex": "0x2",97"removed": false98},99{100"address": "0x0c11df9bb57c15926d5195b5f814c1a3ac07969c",101"topics": [102"0x90286c805cff40abd29d00dd6f32fab5bc204f83152a296f94c1df7b105ee500"103],104"data": "0x0000000000000000000000000000000000000000000000000000000001e007230000000000000000000000005520287c64e5300a0f8135c42e1b5fe0ecb5506e0000000000000000000000000000000000000000000000008ac7230489e80000",105"blockNumber": "0x2dc5da",106"transactionHash": "0x6f5cbc9df8a1c43d9c2e9d24f6686818ce6636b9d244b44c5d3392aac5e379a5",107"transactionIndex": "0x2",108"blockHash": "0x0feb36c0dd7f55d18e321e98eeffa24b3d4c1e44bb258e6c636c0c502dcbfe49",109"blockTimestamp": "0x66d52511",110"logIndex": "0x3",111"removed": false112}113],114"logsBloom": "0x00000008000000000000000000000000000000000000000000000000000000080000000400020000100000000000000000000000000000000000000000000000000004000000000000000008000000000000040000000000000000000000000000000000020000000000000000000800000000000000000000000010000000000001000000000000000000000000000000000000000000000008000000100000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000001000000000080000000",115"status": "0x1",116"to": "0x0c11df9bb57c15926d5195b5f814c1a3ac07969c",117"transactionHash": "0x6f5cbc9df8a1c43d9c2e9d24f6686818ce6636b9d244b44c5d3392aac5e379a5",118"transactionIndex": "0x2",119"type": "0x0"120}121]122}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free