web3_clientVersion

Returns the current version of the chain client. The API credit value for this method is 200.

  1. Parameters- This method does not accept any parameters

curl https://Krypc-End Point URL/ \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":1}'
  1. Returns

    result-The current client version in string format

Last updated