BlocksScan.io Managed Secure RPC/Web Socket

This is an example call for web3_clientVersion.

Request

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

Response

{
  "jsonrpc": "2.0",
  "id": "1",
  "result": "XDC/v1.4.6-stable/linux-amd64/go1.14.15"
}