web3_sha3
Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.
Path parameters
apiKey
Request
This endpoint expects an object.
Data
The data to hash, encoded as a hexadecimal string.
Response
The Keccak-256 hash of the input data, as a hexadecimal string.