Skip to main content

eth_getBlockReceipts

POST 

/

Returns all transaction receipts for the block specified by block hash or identifier.

Response taking too long? Response time may increase with the number of transactions in the block!

eth_getBlockReceipts fetches all transaction receipts for a block at once. Response time can increase when the block has many transactions or complex execution results.

For faster responses, consider:

  • Use eth_getTransactionReceipt to fetch individual transaction receipts when only specific transactions are needed.

Request

Responses

Successful Response