BlocksScan.io Managed Secure RPC/Web Socket

This is an example call for eth_getLogs.

Request

{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "eth_getLogs",
  "params": [
    {
      "blockhash": "0x"
    }
  ]
}

Response

{
  "jsonrpc": "2.0",
  "id": "1",
  "result": [
    {
      "address": "xdc0000000000000000000000000000000000000092",
      "topics": [],
      "data": "0x",
      "blockNumber": "0x2cec073",
      "transactionHash": "0x28d9c8d962d60843bb6d1684a55bf4f80a4489878fc4c111d9ee5e688b7e85a8",
      "transactionIndex": "0x0",
      "blockHash": "0xe473b8bc2770ebfe924c01ef71e8ce9ec9852c0a65a4f92f2233b4c293aa5136",
      "logIndex": "0x0",
      "removed": false
    }
  ]
}