eth_getBlockReceipts
Blocks info | Tempo
eth_getBlockReceipts | Tempo
Tempo API method that returns all transaction receipts for a given block. Reference for eth_getBlockReceipts on Tempo via Chainstack.
POST
eth_getBlockReceipts
Tempo API method that returns all transaction receipts for a given block. This is more efficient than fetching receipts individually when you need all receipts from a block.Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
blockParameter— the block number (hex) or tag (latest,earliest,pending)
Response
result— array of receipt objects for all transactions in the block:transactionHash— hash of the transactiontransactionIndex— index of the transaction in the blockblockHash— hash of the blockblockNumber— block numberfrom— sender addressto— recipient addresscumulativeGasUsed— total gas used in the block up to this transactiongasUsed— gas used by this transactioncontractAddress— contract address if this was a deploymentlogs— array of log objectslogsBloom— bloom filter for logsstatus—0x1for success,0x0for failureeffectiveGasPrice— actual gas price paidtype— transaction typefeeToken— (Tempo-specific) token used to pay feesfeePayer— (Tempo-specific) address that paid the fees
eth_getBlockReceipts code examples
Last modified on May 18, 2026