web3_clientVersion

Description

Returns the client software version.

Counts as 1 request. See Request Counting.

Parameters

None

Request

{ "jsonrpc": "2.0", "method": "web3_clientVersion", "params": [], "id": 1 }

Code Examples

curl -X POST https://base-rpc.blockreq.com/v1/rpc/public \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":1}'

Try It