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": "Geth/v1.1.11-70d08a57/linux-amd64/go1.18.3"
}
Language
Click Try It! to start a request and see the response here!