{
  "id": 1,
  "jsonrpc": "2.0",
  "method": "web3_clientVersion",
  "params": []
}
{
  "id": 1,
  "jsonrpc": "2.0",
  "result": "CoinbaseWallet/4.0.0"
}

Defined in the Ethereum JSON-RPC Specification

Returns the current client version.

Parameters

This method does not accept any parameters.

Returns

result
string

The current client version string.

{
  "id": 1,
  "jsonrpc": "2.0",
  "method": "web3_clientVersion",
  "params": []
}
{
  "id": 1,
  "jsonrpc": "2.0",
  "result": "CoinbaseWallet/4.0.0"
}

Error Handling

CodeMessageDescription
4100Requested method not supportedThe method is not supported by the wallet