Skip to main content

kaia_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!

kaia_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 kaia_getTransactionReceipt to query individual transaction execution results.

Request

Responses

Successful Response