Logo
Core Blockchain's Public API Documentation

sha3

POST {{ENVIRONMENT}}

Returns SHA3-256 of the given data.

Parameters

data - The data to convert into a SHA3 hash.

params: [
  "0x68656c6c6f20776f726c64"
]

Returns

Data - The SHA3 result of the given string.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'ENVIRONMENT' -d '{"jsonrpc":"2.0","method":"web3_sha3","params":["0xC0DE"],"id":1}'

ENDPOINTS