Granite Upgrade Activates in12d:13h:16m:03s
Web3

web3_clientVersion

Returns the client version.

POST
/ext/bc/C/rpc#web3_clientVersion

JSON-RPC request

jsonrpcstring
methodstring
paramsarray<unknown>
idinteger

Response Body

application/json

application/json

curl -X POST "https://api.avax.network/ext/bc/C/rpc#web3_clientVersion" \  -H "Content-Type: application/json" \  -d '{    "jsonrpc": "2.0",    "method": "web3_clientVersion",    "params": [],    "id": 1  }'
{
  "jsonrpc": "2.0",
  "result": null,
  "error": {
    "code": 0,
    "message": "string",
    "data": null
  },
  "id": 1
}
{
  "jsonrpc": "2.0",
  "error": {
    "code": 0,
    "message": "string",
    "data": null
  },
  "id": 1
}

Is this guide helpful?