Polygon PoS

web3_sha310 credits

Returns Keccak-256 of the given data.

Network: matic

Parameters

NameTypeDescription
dataDATAData to hash.

Returns

Type

DATA

Keccak-256 hash.

Code examples

curl https://matic-mainnet.rpcnode.dev/7c9e6679-7425-40de-944b-e07fc1f90ae7 \
  -X POST \
  -H 'content-type: application/json' \
  -d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "web3_sha3",
  "params": [
    "0x68656c6c6f20776f726c64"
  ]
}'