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": "0x2ca8ab8",
      "transactionHash": "0x4d53208e01af44003afe4f3bfe8106dac476be203ad6860d87c7eec1fbaff692",
      "transactionIndex": "0x0",
      "blockHash": "0x5cc82ab002a43e59715e65b69e1016256462be31d36680fc5e6da92b487c6b09",
      "logIndex": "0x0",
      "removed": false
    },
    {
      "address": "xdc0000000000000000000000000000000000000089",
      "topics": [],
      "data": "0x",
      "blockNumber": "0x2ca8ab8",
      "transactionHash": "0x88b624d3f1fa722e17a872aec7f636ecfabd780ddb27744e415d0279c1eb0596",
      "transactionIndex": "0x1",
      "blockHash": "0x5cc82ab002a43e59715e65b69e1016256462be31d36680fc5e6da92b487c6b09",
      "logIndex": "0x1",
      "removed": false
    },
    {
      "address": "xdc0000000000000000000000000000000000000089",
      "topics": [],
      "data": "0x",
      "blockNumber": "0x2ca8ab8",
      "transactionHash": "0xc76fc87de235801d8c73c4370df1a7ef3c2d2a299b7c91bcb1ef3fd7e677b6dd",
      "transactionIndex": "0x2",
      "blockHash": "0x5cc82ab002a43e59715e65b69e1016256462be31d36680fc5e6da92b487c6b09",
      "logIndex": "0x2",
      "removed": false
    }
  ]
}