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
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