EVM
eth_getBlockReceipts
Returns all transaction receipts for a given block, including gas usage, status, and any event logs emitted by smart contracts.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters: [blockNumber]Positional parameters for
eth_getBlockReceipts:params[]: Block identifier (hex block number or one of the tags: “latest”, “earliest”, “pending”, “finalized”, “safe”).
Returns
List of transaction receipt objects for the specified block.