Skip to main content

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

Successful Response