klay_getBlockReceipts
POST/
Retrieves receipts for a block by block hash.
Is the response taking a long time? Response time may vary based on the number of transactions in the block!
klay_getBlockReceipts retrieves execution results (receipts) for all transactions in a block at once. When there are many transactions or complex execution results, response time may be delayed.
For faster responses, consider the following recommendations:
- If you need only specific transactions, use klay_getTransactionReceipt to query individual transaction execution results.
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