For the complete documentation index, see llms.txt. This page is also available as Markdown.

web3_clientversion

Parameters:

None

Returns:

String - The current client version.

Example:

// Request
curl https://robinhood.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":1}'

// Result
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "nitro/v3.11.2-3599aca/linux-amd64/go1.25.11"
}

Was this helpful?