Help Center/
Web3 Node Engine Service/
Developer Guide/
Ethereum Node Engine/
Ethereum APIs/
Shared Edition/
eth_getUncleCountByBlockNumber
Updated on 2024-11-14 GMT+08:00
eth_getUncleCountByBlockNumber
Introduction
This API returns the number of uncles for the block by block number. It consumes 17 CUs.
Parameter Description
Parameter |
Type |
Description |
---|---|---|
Block number |
String |
A hexadecimal block number. |
Return Value
The number of uncles in the block encoded as hexadecimal.
Request
curl https://your-http-endpoint/v1/<API-KEY> \ -X POST \ -H "Content-Type: application/json" \ --data '{"method":"eth_getUncleCountByBlockNumber","params":["0xc5043f"],"id":1,"jsonrpc":"2.0"}'
Parent topic: Shared Edition
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