API Reference

web3_clientVersion

Returns the current client version.

Request Parameters

None.

Response

Returns the current client version.

Examples

Example Responses
{
    "jsonrpc": "2.0",
    "id": 1,
    "result": "Geth/v1.11.5-stable-a38f4108/linux-amd64/go1.20.2"
}
Language
Click Try It! to start a request and see the response here!