Skip to main content

web3_sha3 | Fantom Method

POST 

https://fantom.callstaticrpc.com/:apiKey

Returns Keccak-256 (not the standardized SHA3-256) of the given data.

Request

Responses

Returns the SHA3 result of the given string.
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"
}'
Request Collapse all
Base URL
https://fantom.callstaticrpc.com
Parameters
— path
Body
{
  "id": 1,
  "jsonrpc": "2.0",
  "params": [
    "string"
  ],
  "method": "web3_sha3"
}
ResponseClear

Click the Send API Request button above and see the response here!