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

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

`GET /nodesHeightStats`

## Response `200`

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

- NodeHeightStats — The summary of the number of nodes per height and finalized height.
  - `height` NodeHeightStatValue[], required — Histogram of chain heights.
    - `value` string — Height, as a string because it represents a 64-bit integer.
    - `count` integer — Number of nodes currently at that height.
  - `finalizedHeight` NodeHeightStatValue[], required — Histogram of chain [finalization](https://docs.symbolplatform.com/concepts/block.html#finalization) heights.
    - `value` string — Height, as a string because it represents a 64-bit integer.
    - `count` integer — Number of nodes currently at that height.
  - `date` string, required — Date and time when the data was collected.

---

[API](https://skmtc.net/symbol/apis/symbol-statistic-service-api-documentation.md) · [All operations](https://skmtc.net/symbol/apis/symbol-statistic-service-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/symbol/symbol-statistic-service-api-documentation/versions/a81c43c55f5f/schema)
