---
title: "Returns a summary of the number of nodes per height and finalized height."
method: GET
path: "/nodeHeightStats"
tags: ["node"]
---

# Returns a summary of the number of nodes per height and finalized height.

`GET /nodeHeightStats`

## Response `200`

A summary of the number of nodes per height and finalized height.

- NodeHeightStats — A summary of the number of nodes per height and finalized height.
  - `height` NodeHeightStatValue[], required
    - `value` string
    - `count` integer
  - `finalizedHeight` NodeHeightStatValue[], required
    - `value` string
    - `count` integer
  - `date` string, required — Date and time when the data was collected

---

[API](https://skmtc.dev/symbol/apis/symbol-statistic-service-api-documentation.md) · [All operations](https://skmtc.dev/symbol/apis/symbol-statistic-service-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/symbol/symbol-statistic-service-api-documentation/revisions/6010ff043c7e/schema)
