web3_clientVersion

Returns the current client version.

Parameters

  • No parameters are needed.
curl https://ethereum-mainnet-archive.allthatnode.com/8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj \
--request POST \
--header "Content-Type: application/json" \
--data '{
    "jsonrpc":"2.0",
    "id":1,
    "method":"web3_clientVersion",
    "params":[]
}'

Returns

  • String - The current client version
{"jsonrpc":"2.0","id":1,"result":"Geth/v1.12.0-stable-e501b3b0/linux-amd64/go1.20.3"}

Try Yourself

Language
Click Try It! to start a request and see the response here!