---
title: "Get sync info reported by peers, including versions, current status and height (if available)"
method: GET
path: "/peers/syncInfo"
tags: ["peers"]
---

# Get sync info reported by peers, including versions, current status and height (if available)

`GET /peers/syncInfo`

## Response `200`

Network status

- SyncInfo[]
  - `address` string, required
  - `mode` PeerMode, required
    - `state` string, required
    - `verifyingTransactions` boolean, required
    - `fullBlocksSuffix` integer, required
  - `version` string, required
  - `status` string, required
  - `height` integer, required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/ergoplatform/apis/ergo-node-api.md) · [All operations](https://skmtc.dev/ergoplatform/apis/ergo-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ergoplatform/ergo-node-api/revisions/a731602272c6/schema)
