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

# Get Transaction Count By Block Number

`POST /node/rest/eth_getBlockTransactionCountByNumber`

## Request body

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

## Response `200`

Successful Response

- string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/watchdata/apis/fastapi.md) · [All operations](https://skmtc.dev/watchdata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchdata/fastapi/revisions/1f56b91b44f0/schema)
