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
- 200
- 400
- 401
- 403
- 404
- 405
- 408
- 409
- 413
- 414
- 429
- 500
- 503
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Request Timeout
Conflict
Payload Too Large
URI Too Long
Too Many Requests
Internal Server Error
Service Unavailable