Returns the current client version.
Parameters
This method does not accept any parameters.Returns
string
The current client version string.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"id": 1,
"jsonrpc": "2.0",
"method": "web3_clientVersion",
"params": []
}
{
"id": 1,
"jsonrpc": "2.0",
"result": "CoinbaseWallet/4.0.0"
}
Get the current client version
{
"id": 1,
"jsonrpc": "2.0",
"method": "web3_clientVersion",
"params": []
}
{
"id": 1,
"jsonrpc": "2.0",
"result": "CoinbaseWallet/4.0.0"
}
| Code | Message | Description |
|---|---|---|
| 4100 | Requested method not supported | The method is not supported by the wallet |
Was this page helpful?