Skip to main content

web3_sha3 RPC Method

Loading...

Updated on
Apr 29, 2026

web3_sha3 RPC Method

To use the web3_sha3 method on the C-Chain, ensure that the end of your URL includes ext/bc/C/rpc.

Parameters

data
string
REQUIRED
Loading...

Returns

result
string
Loading...
Request
1
curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \
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
}'
1
curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \
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
}
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