---
title: "Lists Node addresses"
method: GET
path: "/api/nodes"
tags: ["Nodes"]
---

# Lists Node addresses

`GET /api/nodes`

## Query parameters

- `start` string, hex-encoded Node address
- `limit` integer
- `key` string, hex-encoded Key

## Response `200`

List of Node addresses

- Nodes
  - `nodes` string[] — A list of Node addresses.
  - `next` string, hex-encoded Node address — If present, the next Node address in listing. Can be passed as "start" query parameter to continue the listing. If not present, the end of the listing is reached.

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/osuseclab/apis/swarm-global-store-api.md) · [All operations](https://skmtc.dev/osuseclab/apis/swarm-global-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/osuseclab/swarm-global-store-api/revisions/7929d22cf511/schema)
