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.
blockNumberstringOptionalformat: "^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.
blockHashstringOptionalformat: "^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.
string
OR
object