cURL
curl --request POST \ --url https://api.moralis-streams.com/streams/evm/{id}/address \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "address": "<string>" } '
{ "streamId": "<string>", "address": "<string>" }
Adds an address to a Stream.
The id of the stream to add the address to Stringified UUIDv4. See RFC 4112
Provide a Address Model
The address or a list of addresses to be added to the Stream.
Ok
The streamId
Address