web3_clientVersion

Returns the current client version.

Parameters

None

Result

Returns the current client version.

Example

Request

curl <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": ""
}
Language
Click Try It! to start a request and see the response here!