web3_sha3

Returns Keccak-256 (not the standardized SHA3-256) hash of the given data.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
DatastringRequiredformat: "^0x[0-9a-f]*$"

The data to hash, encoded as a hexadecimal string.

Response

The Keccak-256 hash of the input data, as a hexadecimal string.