Skip to main content
Returns a string identifying the node client software and version.

Parameters

No parameters.

Returns

result
string
A string in the format <client>/<version>/<os>/<runtime>.

Example

{
  "jsonrpc": "2.0",
  "method": "web3_clientVersion",
  "params": [],
  "id": 1
}