GoChain RPC Proxy

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": "Geth/v1.12.1-unstable-89330e4d-20241024/linux-amd64/go1.20.14"
}