web3_clientVersion

Get the web3 client version.

Parameters

None

Result

The web3 client version.

Example

Request

curl <your-endpoint> \
    -X POST \
    -H "Content-Type: application/json" \
    -d '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":1}'

Return

{
    "id": 1,
    "jsonrpc": "2.0",
    "result": "exchain-v1.5.6"
}
Language
Click Try It! to start a request and see the response here!