Returns the current client version.
None
String - The current client version
// Request curl https://unichain.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":1}' // Result { "jsonrpc": "2.0", "id": 83, "result": "Geth/v1.101408.0-stable-5c2e7586/linux-amd64/go1.22.4" }
Last updated 17 days ago
Was this helpful?