post https://api.infstones.com/core/mainnet/
Returns the current client version.
Parameters
None
Result
Returns the current client version.
Example
Request
curl <your-endpoint> \
    -X POST \
    -H "Content-Type: application/json" \
    -d '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":0}'Return
{
    "jsonrpc": "2.0",
    "id": 0,
    "result": "Geth/v1.10.20-unstable-ad15050c-20220620/linux-amd64/go1.18.3"
}