---
title: "Returns the sync status"
method: GET
path: "/eth/syncing"
---

# Returns the sync status

`GET /eth/syncing`

The node may still be syncing to the tip and downstream services can learn up to what
point has been indexed.

## Response `200`

An object representing the progression of the service

- object
  - `syncing` boolean
  - `currentTransactionIndex` integer
  - `highestKnownTransactionIndex` integer

---

[API](https://skmtc.net/mantlenetworkio/apis/mantle-data-transport-later.md) · [All operations](https://skmtc.net/mantlenetworkio/apis/mantle-data-transport-later/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mantlenetworkio/mantle-data-transport-later/versions/5030508300a9/schema)
