Skip to main content

web3_sha3 RPC Method

Loading...

Updated on
Apr 30, 2025

web3_sha3 RPC Method

Parameters

data
string
REQUIRED
Loading...

Returns

dATA
Loading...
Request
1
curl https://docs-demo.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"jsonrpc":"2.0","method":"web3_sha3","params":["0x68656c6c6f20776f726c64"],"id":1}'
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