alchemy_getTransactionReceipts

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

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
blockNumberstringRequiredformat: "^0[xX]([1-9A-Fa-f]+[0-9A-Fa-f]*|0)$"

The block number you want to get transaction receipts for, in hex. One of blockNumber or blockHash must be provided.

blockHashstringRequiredformat: "^0[xX][0-9A-Fa-f]{64}$"

The block hash you want to get transaction receipts for, in hex. One of blockNumber or blockHash must be provided.

Response

A list of transaction receipt objects for each transaction in this block.

Alchemy Get Transaction Receipts Result0string
OR
Alchemy Get Transaction Receipts Result1object