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