---
title: "Get addresses by stream"
method: GET
path: "/streams/evm/{id}/address"
tags: ["EVM Streams"]
---

# Get addresses by stream

`GET /streams/evm/{id}/address`

Get all addresses associated with a specific stream.

## Path parameters

- `id` string, uuid, required — Stringified UUIDv4. See [RFC 4112](https://tools.ietf.org/html/rfc4122)

## Query parameters

- `limit` number, double, required
- `cursor` string

## Response `200`

Ok

- AddressesResponse
  - `result` Addresses[], required — Array of project Streams
    - `address` string, required — Address
  - `cursor` string — Cursor for fetching next page
  - `total` number, double, required — Total count of streams on the project

---

[API](https://skmtc.net/moralis/apis/auth-api.md) · [All operations](https://skmtc.net/moralis/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moralis/auth-api/versions/f54aabf6dd91/schema)
