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": "0x2cc0157",
      "transactionHash": "0x2306f0c101d990e24985939f89d4ce0de3561759a0d4053f3af8a591935bc08b",
      "transactionIndex": "0x0",
      "blockHash": "0x4f9a5d0b4f6d5098a7d2261903f4fe6c71efa3d4f38d5c5cbc00ce64dccdf73d",
      "logIndex": "0x0",
      "removed": false
    }
  ]
}