web3_sha3
Returns Keccak-256 (not the standardized SHA3-256) hash of the given data. The API credit value for this method is 20.
curl https://Krypc-End Point URL/ \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"web3_sha3","params":["0x68656c6c6f20776f726c64"],"id":1}'
Returns
data-The SHA3 hash of the given string
Last updated
Was this helpful?