Skip to main content
POST
web3_sha3
Robinhood Chain API method that returns Keccak-256 (not the standardized SHA3-256) of the given data.

Parameters

  • data — the data to convert into a SHA3 hash

Response

  • data — the SHA3 result of the given string

web3_sha3 code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:web3_sha3
params
string[]

The data to convert into a SHA3 hash.

Response

200 - application/json

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

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026