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://arbitrum-one-rpc.blockreq.com/v1/rpc/public \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":1}'