Updated on 2023-12-15 GMT+08:00

eth_getUncleCountByBlockNumber

Introduction

This API returns the number of uncles for the block by block number. It consumes 13 CUs. In the dedicated edition, the throughput is 30,000 per second for 8 vCPUs and 32 GB memory and 53,000 per second for 16 vCPUs and 64 GB memory.

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"}'