web3_sha3
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Computes the Keccak-256 (SHA-3) hash of the given hex-encoded data.
Body
application/json
JSON-RPC 2.0 request to the Robinhood Chain mainnet endpoint.
Request payload for web3_sha3.
jsonrpcstringrequiredJSON-RPC protocol version.
methodstringweb3_sha3requiredJSON-RPC method name.
paramsArray<string>requiredArray containing a single hex-encoded data string to hash.
idintegerrequiredClient-provided request identifier echoed in the response.
Response
200OK
Response returned by web3_sha3.
500Internal Server Error
Upstream node or gateway error.