Skip to content

web3_clientVersion

Returns the version string of the node client software.

None.

FieldTypeDescription
resultstringThe client version string.
{
"jsonrpc": "2.0",
"method": "web3_clientVersion",
"params": [],
"id": 1
}
{
"jsonrpc": "2.0",
"id": 1,
"result": "op-reth/v1.1.0/linux-x86_64"
}