EVM
eth_getTransactionReceiptsByBlock
Returns all transaction receipts for the specified block using a block number, block hash, or tag. Not available for pending blocks.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters: [blockReference]Positional parameters for
eth_getTransactionReceiptsByBlock:params[]: The block number in hex, block hash, or a tag such as “latest”, “earliest”, or “finalized”.
Returns
An array of transaction receipt objects or null if no receipts were found.