GoChain RPC Proxy

This is an example call for eth_getLogs.

Request

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

Response

Code: 401 (401 Unauthorized)
Body: project ID does not have access to this network, see https://infura.io/dashboard