Utility API Overview

Enhanced API to get all transaction receipts for a given block by number or block hash.

Intro

An enhanced API that gets all transaction receipts for a given block by number or block hash.

Fetch all transaction receipts for a block number or a block hash in one API call using the alchemy_getTransactionReceipts method - for mainnet and testnets on Ethereum, Polygon, Optimism, and Arbitrum.

The Transaction Receipts API uses less Compute Units (CUs) then batching all the eth_getTransactionReceipt calls for each transaction hash - saving you on compute cost.