---
title: "Get current indexer head"
method: GET
path: "/head"
tags: ["general"]
---

# Get current indexer head

`GET /head`

Returns the current indexer state: the last indexed block height, total accounts, total blobs size, total voting power, and other network-wide counters.

## Response `200`

OK

- ResponsesState
  - `chain_id` string, string
  - `hash` string, string
  - `id` integer
  - `last_height` integer
  - `last_time` string, date-time
  - `name` string, string
  - `synced` boolean
  - `total_accounts` integer
  - `total_blobs_size` integer
  - `total_fee` string, string
  - `total_ibc_clients` integer
  - `total_namespaces` integer
  - `total_proposals` integer
  - `total_supply` string, string
  - `total_tx` integer
  - `total_validators` integer
  - `total_voting_power` string, string
  - `version` integer

## Other responses

- `204` — No Content
- `400` — Bad Request
- `500` — Internal Server Error

---

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