Skip to main content

debug_getRawReceipts RPC Method

Loading...

Updated on
Feb 25, 2026

debug_getRawReceipts RPC Method

This method requires appending /nanoreth to your HyperLiquid endpoint URL. Debug and Trace methods are not supported on /evm endpoints. Use /nanoreth instead of /evm to access debugging functionality. Note: This method is not supported on Testnet.

Parameters

blockNumber
string
REQUIRED
Loading...

Returns

result
array
Loading...
Request
1
curl https://docs-demo.hype-mainnet.quiknode.pro/nanoreth \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"debug_getRawReceipts","params":["latest"],"id":1,"jsonrpc":"2.0"}'
5
1
curl https://docs-demo.hype-mainnet.quiknode.pro/nanoreth \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"debug_getRawReceipts","params":["latest"],"id":1,"jsonrpc":"2.0"}'
5
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free