Skip to main content
Returns all transaction receipts for a given block.
This method returns HTTP 403 on the public Base RPC endpoints (mainnet.base.org, sepolia.base.org). It requires a dedicated or third-party RPC provider. See the node providers page for options.
Flashblocks: Query https://mainnet.base.org with "pending" to get receipts for all pre-confirmed transactions in the current Flashblock.

Parameters

string
required
Block number in hex, or "latest", "pending", "safe", "finalized", "earliest".

Returns

array
Array of receipt objects for each transaction in the block. See eth_getTransactionReceipt for the receipt object shape.

Example