---
title: "Chain sync status"
method: GET
path: "/health/chains"
tags: ["System"]
---

# Chain sync status

`GET /health/chains`

Returns per-chain indexer sync status with freshness indicators.

## Response `200`

Chain sync status

- ChainSyncStatus[]
  - `chain_id` integer, required
  - `freshness` string, required
  - `lag_seconds` integer, required
  - `latest_block` integer, required
  - `latest_timestamp` integer, required

---

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