---
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/bobanetwork/apis/ethereum-optimism-data-transport-later.md) · [All operations](https://skmtc.net/bobanetwork/apis/ethereum-optimism-data-transport-later/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bobanetwork/ethereum-optimism-data-transport-later/versions/ec0cd0f61e01/schema)
