Skip to main content

debug_getRawReceipts RPC Method

Returns the consensus-encoding of all receipts in a single block.

Updated on
Jan 30, 2024

debug_getRawReceipts RPC Method

Please note that this RPC method is available by default for all Build & Scale plans. If you are using the Discover plan, you will need to upgrade to a paid plan to utilize this method. See our pricing for more information.

Parameters

blockNrOrHash
string
The block number or hash

Returns

receipts
string
The consensus-encoding of all receipts in a single block
Request
1
curl https://docs-demo.bsc.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"debug_getRawReceipts","params":["0xccde12"],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free