web3_sha3 | Fantom Method
POSThttps://fantom.callstaticrpc.com/:apiKey
Returns Keccak-256 (not the standardized SHA3-256) of the given data.
Request
Responses
- 200
Returns the SHA3 result of the given string.
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://fantom.callstaticrpc.com/:apiKey' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"id": 1,
"jsonrpc": "2.0",
"params": [
"string"
],
"method": "web3_sha3"
}'
ResponseClear