web3_clientVersion
Returns the current client version string identifying the Ethereum client implementation and version.
Parameters
Returns
Request
{
"jsonrpc": "2.0",
"method": "web3_clientVersion",
"params": [],
"id": 1
}curl https://rpc.dysnomia.icu -H "Content-Type: application/json" --data ''Response
{
"jsonrpc": "2.0",
"id": 1,
"result": "Geth/v1.10.8-stable-26675454/linux-amd64/go1.16.7"
}Last updated