Returns the current client version.
Parameters
none
Returns
String - The current client version
String
curl --request POST \ --url https://{network}.s.chainbase.online/v1/{api-key} \ --header 'Content-Type: application/json' \ --data '{ "id": 1, "jsonrpc": "2.0", "method": "web3_clientVersion", "params": [] }'
{ "id": 1, "jsonrpc": "2.0", "result": "<string>" }