# web3\_sha3

1. #### Parameters

   <mark style="color:blue;">data</mark> string REQUIRED

   The data in hexadecimal form to convert into a SHA3 hash

```bash
curl https://Krypc-End Point URL/ \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"web3_sha3","params":["0x68656c6c6f20776f726c64"],"id":1}'
```

2. **Returns**

   <mark style="color:blue;">data-</mark>The SHA3 hash of the given string
