---
title: "List peers"
method: GET
path: "/syncer/peers"
tags: ["syncer"]
---

# List peers

`GET /syncer/peers`

Returns a list of currently connected peers

## Response `200`

Current syncer peers.

- Peer[]
  - `address` string, required — Network address of the connected peer.
  - `inbound` boolean, required — Whether the peer initiated the connection.
  - `version` string, required — Protocol version reported by the peer.
  - `firstSeen` string, date-time, nullable — Time the peer was first seen.
  - `connectedSince` string, date-time, nullable — Time the current connection was established.
  - `syncedBlocks` integer, nullable — Number of blocks synced from this peer in the current session.
  - `syncDuration` integer, nullable — Total time spent syncing blocks from this peer in nanoseconds.

---

[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)
