web3_sha3

Returns Keccak-256 (not the standardized SHA3-256) hash of the given data. The API credit value for this method is 20.

  1. Parameters

    data string REQUIRED

    The data in hexadecimal form to convert into a SHA3 hash

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

    data-The SHA3 hash of the given string

Last updated