---
title: "Get indexer head"
method: GET
path: "/v1/head"
tags: ["Head"]
---

# Get indexer head

`GET /v1/head`

Returns indexer head and synchronization status.

## Response `200`

- State
  - `chain` string, required — Alias name of the chain (or "private" if it's not on the list of known chains)
  - `chainId` string, required — Unique identifier of the chain
  - `cycle` integer — Current cycle
  - `level` integer — The height of the last block from the genesis block
  - `hash` string, required — Block hash
  - `protocol` string, required — Current protocol hash
  - `nextProtocol` string, required — Next block protocol hash
  - `timestamp` string, date-time — The datetime at which the last block is claimed to have been created (ISO 8601, e.g. `2020-02-20T02:40:57Z`)
  - `votingEpoch` integer — Current voting epoch index, starting from zero
  - `votingPeriod` integer — Current voting period index, starting from zero
  - `knownLevel` integer — The height of the last known block from the genesis block
  - `lastSync` string, date-time — The datetime of last TzKT indexer synchronization (ISO 8601, e.g. `2020-02-20T02:40:57Z`)
  - `synced` boolean — State of TzKT indexer synchronization
  - `quoteLevel` integer — The height of the block where quotes were updated last time
  - `quoteBtc` number, double — Last known XTZ/BTC price
  - `quoteEur` number, double — Last known XTZ/EUR price
  - `quoteUsd` number, double — Last known XTZ/USD price
  - `quoteCny` number, double — Last known XTZ/CNY price
  - `quoteJpy` number, double — Last known XTZ/JPY price
  - `quoteKrw` number, double — Last known XTZ/KRW price
  - `quoteEth` number, double — Last known XTZ/ETH price
  - `quoteGbp` number, double — Last known XTZ/GBP price

---

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