Help Center/
Web3 Node Engine Service/
Developer Guide/
Polygon PoS/
Polygon PoS APIs/
Shared Edition/
Ethereum JSON-RPC APIs/
web3_sha3
Updated on 2024-11-14 GMT+08:00
web3_sha3
Introduction
This API returns Keccak-256 (not the standardized SHA3-256) hash of the given data. It consumes 13 CUs.
Parameter Description
Parameter |
Type |
Description |
---|---|---|
Data |
String |
Data to be converted. |
Return Value
The SHA3 hash of the given string.
Request
curl https://your-http-endpoint/v1/<API-KEY> \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"web3_sha3","params": ["0x68656c6c6f20776f726c64"],"id":64}'
Parent topic: Ethereum JSON-RPC APIs
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot