alchemy_getTransactionReceipts
An enhanced API that gets all transaction receipts for a given block by number or block hash.
Path parameters
apiKey
Request
This endpoint expects an object.
blockNumber
The block number you want to get transaction receipts for, in hex. One of blockNumber or blockHash must be provided.
blockHash
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 Result0
OR
Alchemy Get Transaction Receipts Result1