web3_clientVersion
Returns the current client version.
Parameters:
Returns:
Example:
// Request
curl https://arc.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": 83,
"result": "reth/v1.11.3-d6324d6/x86_64-unknown-linux-gnu"
}Last updated
Was this helpful?