eth_getBlockTransactionCountByNumber
Introduction
This API returns the number of transactions for the block by block number. It consumes 20 CUs.
Parameter Description
Parameter |
Type |
Description |
---|---|---|
Block number |
String |
A hexadecimal block number, or the string (earliest, latest, or pending). |
Return Value
The number of transactions associated with a specific block, in hexadecimal value.
Request
curl https://your-http-endpoint/v1/<API-KEY> \ -X POST \ -H "Content-Type: application/json" \ --data '{"method":"eth_getBlockTransactionCountByNumber","params":["0xc5043f"],"id":1,"jsonrpc":"2.0"}'
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.
For any further questions, feel free to contact us through the chatbot.
Chatbot