GoChain RPC Proxy

This is an example call for net_listening.

Request

{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "net_listening",
  "params": null
}

Response

{
  "jsonrpc": "2.0",
  "id": "1",
  "error": {
    "code": -32601,
    "message": "The method net_listening does not exist/is not available"
  }
}