Skip to main content
GET
/
streams
/
evm
/
{id}
/
address
Get addresses by stream
curl --request GET \
  --url https://api.moralis-streams.com/streams/evm/{id}/address \
  --header 'x-api-key: <api-key>'
{
  "result": [
    {
      "address": "<string>"
    }
  ],
  "total": 123,
  "cursor": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

the id of the stream to get the addresses from Stringified UUIDv4. See RFC 4112

Query Parameters

limit
number<double>
required

Limit response results max value 100

cursor
string

Cursor for fetching next page

Response

200 - application/json

Ok

result
object[]
required

Array of project Streams

total
number<double>
required

Total count of streams on the project

cursor
string

Cursor for fetching next page