eth_getBlockReceipts
Returns the receipts of a block by number or hash.
Parameters
block_reference*
Type: oneOf: BlockTags (oneOf: Quantity (hex) | Tag) | FixedData_for_32 (string)
Returns
array
Items Type:
▶
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": "eth_getBlockReceipts",
  "params": []
}
'