Skip to main content

web3_sha3 RPC Method

Loading...

Updated on
Jan 21, 2026

web3_sha3 RPC Method

Parameters

data
string
Loading...

Returns

dATA
Loading...
Request
1
curl -X POST "https://docs-demo.nova-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "web3_sha3",
6
"params": [
7
"0x68656c6c6f20776f726c64"
8
],
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": "0x47173285a8d7341e5e972fc677286384f802f8ef42a5ec5f03bbfa254cb01fad"
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free