post https://api.zan.top/node/v1/mint/mainnet/
Returns Keccak-256 (not the standardized SHA3-256) of the given data.
Log in to see full request history
Response
Returns Keccak-256 (not the standardized SHA3-256) of the given data.
xxxxxxxxxx
14curl --request POST \
--url https://api.zan.top/node/v1/mint/mainnet/public \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"params": [
"0x68656c6c6f20776f726c64"
],
"method": "web3_sha3"
}
'
Try It!
to start a request and see the response here! Or choose an example: