Web3_sha3
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample:
2.0methodstring · enumRequiredExample:
web3_sha3Possible values: paramsstring[] · min: 1 · max: 1RequiredExample:
Array containing a single hex-encoded data string to hash.
0x68656c6c6fidintegerRequiredExample:
1Responses
200
JSON-RPC response with the Keccak-256 hash of the input data
application/json
jsonrpcstringRequiredExample:
2.0idintegerRequiredExample:
1resultstringRequiredExample:
The Keccak-256 (SHA-3) hash as a 0x-prefixed hex string.
0x5d41402abc4b2a76b9719d911017c592post
/200
JSON-RPC response with the Keccak-256 hash of the input data
Last updated