Docs

eth_getBlockReceipts - Zora RPC Method

Return every transaction receipt in a block on Zora. Useful for indexers, analytics pipelines, and event backfills across low-cost NFT minting, onchain media monetization, and creator-owned token economies.

Returns all transaction receipts for a block on Zora. This is more efficient than calling eth_getTransactionReceipt once per transaction when you already know the target block.

Why Zora? Build on the creator-first L2 powering $353M+ in NFT trading volume with 179K+ active creators with 0.000777 ETH minting fees, 50% creator royalty share, no-code NFT toolkit, and OP Stack Ethereum security.

When to Use This Method

eth_getBlockReceipts is useful for NFT creators, digital artists, brands, and onchain media builders:

  • Indexer Backfills — Pull every receipt in a block with one request instead of looping over transaction hashes
  • Event Collection — Scan all logs emitted by a block when building analytics or data pipelines
  • Settlement Auditing — Verify every transaction outcome in a target block for low-cost NFT minting, onchain media monetization, and creator-owned token economies
  • Operational Debugging — Compare receipt-level gas usage, status, and logs across multiple transactions at once

Code Examples

Error Handling

Error CodeMessageDescription
-32602Invalid paramsThe block identifier is malformed
-32000Header not foundThe referenced block does not exist on the node