debug_getRawReceipts
Returns an array of EIP-2718 binary-encoded receipts.
Parameters
block*
Type: oneOf: Quantity (hex) | Tag
Enter a block number or latest
Returns
array
Items Type: string
▶
Array Items
📤 Request
curl --request POST \ --url https://testnet-rpc.monad.xyz \ --header 'accept: application/json' \ --header 'content-type: application/json' \ --data ' { "id": 0, "jsonrpc": "2.0", "method": "debug_getRawReceipts", "params": [] } '