web3_clientVersion
Retrieves the current version of the Ethereum client that the node is running
Request
Examples
curl https://rpc.xone.org \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":1}'
Response
200 OK
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0xb1770efb14906e509893b6190359658208ae64d0c56e22f748a1b0869885559e"
}Request params
| Name | Type | Description | 
|---|---|---|
| id | integer | Request identifier | 
| jsonrpc | string | JSON-RPC version | 
| method | string | API method name | 
| Parameters | This method does not accept any parameters. | 
Response
200
The version of the client, including the name and version number, as a string| Name | Type | Description | 
|---|---|---|
| Parameters | object | |
| id | integer | |
| jsonrpc | string | |
| result | string |