Last updated 1 year ago
data string REQUIRED
The data in hexadecimal form to convert into a SHA3 hash
Returns
data-The SHA3 hash of the given string
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}'