---
title: "Current chain tip index"
method: GET
path: "/consensus/tip"
tags: ["consensus"]
---

# Current chain tip index

`GET /consensus/tip`

Returns the current consensus chain tip index (height and block ID).

## Response `200`

Current consensus tip index.

- ChainIndex
  - `height` integer, required — Block height.
  - `id` string, required — 256-bit blake2b hash.

---

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