web3_sha3
Client info | Tempo
web3_sha3 | Tempo
Tempo API method that returns the Keccak-256 hash of the given data. This is the same hashing algorithm used by Ethereum for various purposes.
POST
web3_sha3
Tempo API method that returns the Keccak-256 hash of the given data. This is the same hashing algorithm used by Ethereum for various purposes.Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
data— the data to hash (hex encoded)
Response
result— the Keccak-256 hash of the input data
Use case
Theweb3_sha3 method is useful for:
- Computing function selectors (first 4 bytes of keccak256 of function signature)
- Computing event topics
- General-purpose hashing
web3_sha3 code examples
Last modified on May 18, 2026