---
title: "Get current indexed block height. (The indexer has processed all blocks up to this height.)"
method: GET
path: "/blockchain/indexedHeight"
tags: ["blockchain"]
---

# Get current indexed block height. (The indexer has processed all blocks up to this height.)

`GET /blockchain/indexedHeight`

## Response `200`

height of the indexer and full height

- object
  - `indexedHeight` integer — number of blocks indexed
  - `fullHeight` integer — number of all known blocks

---

[API](https://skmtc.net/ergoplatform/apis/ergo-node-api.md) · [All operations](https://skmtc.net/ergoplatform/apis/ergo-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ergoplatform/ergo-node-api/versions/ef97e678f020/schema)
