Skip to main content
GET
Get addresses by stream

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

Pattern: [0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}

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