eth_getBlockReceipts
Blocks info | Plasma
eth_getBlockReceipts | Plasma
Plasma API method that returns all transaction receipts for a given block. quantity or tag — the block number in hex format or block tag (latest, earliest.
POST
eth_getBlockReceipts
Plasma API method that returns all transaction receipts for a given block.
Parameters
quantity or tag— the block number in hex format or block tag (latest,earliest,pending,safe,finalized)
Response
array— an array of receipt objects for all transactions in the block
eth_getBlockReceipts code examples
Last modified on May 18, 2026