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...
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.sonic-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "eth_getBlockReceipts",6"params": [7"0x264e8aa"8],9"id": 110}'
1curl -X POST "https://docs-demo.sonic-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "eth_getBlockReceipts",6"params": [7"0x264e8aa"8],9"id": 110}'
Response
1{2"jsonrpc": "2.0",3"id": 1,4"result": [5{6"blockHash": "0x3c5b972e862112e83929ab1c25893f10abd2b0c75c150487f43b3a34534df90d",7"blockNumber": "0x264e8aa",8"contractAddress": null,9"cumulativeGasUsed": "0x1413f",10"effectiveGasPrice": "0xf5de81400",11"from": "0x4ad948127fcc4605886696d880455f218c4b0425",12"gasUsed": "0x1413f",13"logs": [14{15"address": "0xa04bc7140c26fc9bb1f36b1a604c7a5a88fb0e70",16"topics": [17"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",18"0x000000000000000000000000bee97f13cc7a681436ee8de71926b8fad6f10b0f",19"0x0000000000000000000000004ad948127fcc4605886696d880455f218c4b0425"20],21"data": "0x000000000000000000000000000000000000000000000008e354744520d07a2c",22"blockNumber": "0x264e8aa",23"transactionHash": "0xa747b7488abb2f8401bdbb0cd868494105e990726a93e253cddd17968ed91db1",24"transactionIndex": "0x0",25"blockHash": "0x3c5b972e862112e83929ab1c25893f10abd2b0c75c150487f43b3a34534df90d",26"blockTimestamp": 1753445239,27"logIndex": "0x0",28"removed": false29},30{31"address": "0xbee97f13cc7a681436ee8de71926b8fad6f10b0f",32"topics": [33"0xc9695243a805adb74c91f28311176c65b417e842d5699893cef56d18bfa48cba",34"0x0000000000000000000000004ad948127fcc4605886696d880455f218c4b0425"35],36"data": "0x000000000000000000000000000000000000000000000008e354744520d07a2c",37"blockNumber": "0x264e8aa",38"transactionHash": "0xa747b7488abb2f8401bdbb0cd868494105e990726a93e253cddd17968ed91db1",39"transactionIndex": "0x0",40"blockHash": "0x3c5b972e862112e83929ab1c25893f10abd2b0c75c150487f43b3a34534df90d",41"blockTimestamp": 1753445239,42"logIndex": "0x1",43"removed": false44}45],46"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000400000000000000000000000000000008000000000000000000000000000800000000000000000000000000000000000004000000000000000000000200000010000000000002000000000000000000000000000000000000010000200000000000000000000000000200000000000000000000000000000000000000002000000000000000000002000000000000000000000000000000001000000000000000000000000000000000000000000400000000000000000002080000000000000000004000",47"status": "0x1",48"to": "0xbee97f13cc7a681436ee8de71926b8fad6f10b0f",49"transactionHash": "0xa747b7488abb2f8401bdbb0cd868494105e990726a93e253cddd17968ed91db1",50"transactionIndex": "0x0",51"type": "0x0"52},53{54"blockHash": "0x3c5b972e862112e83929ab1c25893f10abd2b0c75c150487f43b3a34534df90d",55"blockNumber": "0x264e8aa",56"contractAddress": null,57"cumulativeGasUsed": "0x21894",58"effectiveGasPrice": "0xcce416600",59"from": "0x43b9f230c6328d42ae9674d15093b2093de24838",60"gasUsed": "0xd755",61"logs": [],62"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",63"status": "0x1",64"to": "0x2a375567f5e13f6bd74fda7627df3b1af6bfa5a6",65"transactionHash": "0x06a23225fc8de20ddc37bccb2262e1519f3bdcb24eaed10b251d16a85e684c28",66"transactionIndex": "0x1",67"type": "0x2"68}69]70}
1{2"jsonrpc": "2.0",3"id": 1,4"result": [5{6"blockHash": "0x3c5b972e862112e83929ab1c25893f10abd2b0c75c150487f43b3a34534df90d",7"blockNumber": "0x264e8aa",8"contractAddress": null,9"cumulativeGasUsed": "0x1413f",10"effectiveGasPrice": "0xf5de81400",11"from": "0x4ad948127fcc4605886696d880455f218c4b0425",12"gasUsed": "0x1413f",13"logs": [14{15"address": "0xa04bc7140c26fc9bb1f36b1a604c7a5a88fb0e70",16"topics": [17"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",18"0x000000000000000000000000bee97f13cc7a681436ee8de71926b8fad6f10b0f",19"0x0000000000000000000000004ad948127fcc4605886696d880455f218c4b0425"20],21"data": "0x000000000000000000000000000000000000000000000008e354744520d07a2c",22"blockNumber": "0x264e8aa",23"transactionHash": "0xa747b7488abb2f8401bdbb0cd868494105e990726a93e253cddd17968ed91db1",24"transactionIndex": "0x0",25"blockHash": "0x3c5b972e862112e83929ab1c25893f10abd2b0c75c150487f43b3a34534df90d",26"blockTimestamp": 1753445239,27"logIndex": "0x0",28"removed": false29},30{31"address": "0xbee97f13cc7a681436ee8de71926b8fad6f10b0f",32"topics": [33"0xc9695243a805adb74c91f28311176c65b417e842d5699893cef56d18bfa48cba",34"0x0000000000000000000000004ad948127fcc4605886696d880455f218c4b0425"35],36"data": "0x000000000000000000000000000000000000000000000008e354744520d07a2c",37"blockNumber": "0x264e8aa",38"transactionHash": "0xa747b7488abb2f8401bdbb0cd868494105e990726a93e253cddd17968ed91db1",39"transactionIndex": "0x0",40"blockHash": "0x3c5b972e862112e83929ab1c25893f10abd2b0c75c150487f43b3a34534df90d",41"blockTimestamp": 1753445239,42"logIndex": "0x1",43"removed": false44}45],46"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000400000000000000000000000000000008000000000000000000000000000800000000000000000000000000000000000004000000000000000000000200000010000000000002000000000000000000000000000000000000010000200000000000000000000000000200000000000000000000000000000000000000002000000000000000000002000000000000000000000000000000001000000000000000000000000000000000000000000400000000000000000002080000000000000000004000",47"status": "0x1",48"to": "0xbee97f13cc7a681436ee8de71926b8fad6f10b0f",49"transactionHash": "0xa747b7488abb2f8401bdbb0cd868494105e990726a93e253cddd17968ed91db1",50"transactionIndex": "0x0",51"type": "0x0"52},53{54"blockHash": "0x3c5b972e862112e83929ab1c25893f10abd2b0c75c150487f43b3a34534df90d",55"blockNumber": "0x264e8aa",56"contractAddress": null,57"cumulativeGasUsed": "0x21894",58"effectiveGasPrice": "0xcce416600",59"from": "0x43b9f230c6328d42ae9674d15093b2093de24838",60"gasUsed": "0xd755",61"logs": [],62"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",63"status": "0x1",64"to": "0x2a375567f5e13f6bd74fda7627df3b1af6bfa5a6",65"transactionHash": "0x06a23225fc8de20ddc37bccb2262e1519f3bdcb24eaed10b251d16a85e684c28",66"transactionIndex": "0x1",67"type": "0x2"68}69]70}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free