Skip to main content
POST
/
streams
/
evm
/
{id}
/
address
Add address to stream
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>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

The id of the stream to add the address to Stringified UUIDv4. See RFC 4112

Body

application/json

Provide a Address Model

Provide a Address Model

address
required

The address or a list of addresses to be added to the Stream.

Response

200 - application/json

Ok

streamId
string
required

The streamId

address
required

Address