cURL
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>" }
Get all addresses associated with a specific stream.
the id of the stream to get the addresses from Stringified UUIDv4. See RFC 4112
[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}
Limit response results max value 100
Cursor for fetching next page
Ok
Array of project Streams
Show child attributes
Total count of streams on the project