debug_getRawReceipts
Debug & Trace | Arbitrum
debug_getRawReceipts | Arbitrum
Arbitrum API method that returns the binary-encoded receipts for all transactions in a given block. Chainstack Arbitrum reference.
POST
debug_getRawReceipts
Arbitrum API method that returns the binary-encoded receipts for all transactions in a given block. Each receipt is encoded using the typed-transaction envelope format. This method is useful for low-level receipt processing and analysis.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.
Learn how to deploy a node with the debug and trace API methods enabled.
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
quantity or tag— the block number in hex format or block tag (latest,earliest,pending,safe,finalized).
Response
result— an array of hex-encoded binary receipts, one per transaction in the block.
debug_getRawReceipts code examples
Use case
Thedebug_getRawReceipts method is useful for applications that need to process receipt data in its raw format. This is particularly valuable for building receipt proof systems, custom indexers that decode receipts directly from their binary encoding, and tools that need to verify receipt inclusion in the receipts trie.Body
application/json
Last modified on May 18, 2026