---
title: "Wallet addresses by range"
method: GET
path: "/addresses/seq/{from}/{to}"
tags: ["addresses"]
---

# Wallet addresses by range

`GET /addresses/seq/{from}/{to}`

Get a list addresses in the [node wallet](https://docs.waves.tech/en/waves-node/how-to-work-with-node-wallet) by a given range of indices. Max range {from}-{to} is 1000 addresses.

## Path parameters

- `from` integer, required
- `to` integer, required

## Response `200`

successful operation

- string[]

---

[API](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid.md) · [All operations](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wavesplatform/waves-full-node-chainid/revisions/09465bcdf6ce/schema)
