---
title: "Get Uncle Count By Block Number"
method: POST
path: "/node/rest/eth_getUncleCountByBlockNumber"
tags: ["node"]
---

# Get Uncle Count By Block Number

`POST /node/rest/eth_getUncleCountByBlockNumber`

## Request body

- BlockNumberIn
  - `number` union, required
    - integer
    - string

## Response `200`

Successful Response

- string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/watchdata/apis/fastapi.md) · [All operations](https://skmtc.net/watchdata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/watchdata/fastapi/versions/75f13dd6e12c/schema)
