Help Center/
Web3 Node Engine Service/
Developer Guide/
Polygon PoS/
Polygon PoS APIs/
Shared Edition/
Ethereum JSON-RPC APIs/
eth_getRootHash
Updated on 2024-11-14 GMT+08:00
eth_getRootHash
Introduction
This API returns the root hash of a specified block range. It consumes 30 CUs.
Parameter Description
Parameter |
Type |
Description |
---|---|---|
Start block |
Integer |
The number of the start block. |
End block |
Integer |
The number of the end block. |
Return Value
The root hash of a specified block range.
Request
curl https://your-http-endpoint/v1/<API-KEY> \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"eth_getRootHash","params":[1000, 1032], "id":1}'
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