Alchemy Logo

web3_sha3

POST
/{apiKey}

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

Path Parameters

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

Datastringformat: "^0x[0-9a-f]*$"required

The data to hash, encoded as a hexadecimal string.

Responses

200

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

Was this page helpful?