cURL
curl --request PATCH \ --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>" }
The id of the stream to replace the address 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}
Provide a Address Model
The address or a list of addresses to be removed from the Stream.
Ok
The streamId
Address