web3_clientVersionpost https://api.infstones.com/okc/mainnet/{project_id}Get the web3 client version.Parameters None Result The web3 client version. Example Request cURLcurl <your-endpoint> \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":1}' Return { "id": 1, "jsonrpc": "2.0", "result": "exchain-v1.5.6" }