Create stream

Creates a new evm stream.

Log in to see full request history

📘

It is recommended to use the admin interface or Moralis SDK to create streams.

Body Params

Provide a Stream Model

string
required

Webhook URL where moralis will send the POST request.

string
required

A description for this stream

string
required

A user-provided tag that will be send along the webhook, the user can use this tag to identify the specific stream if multiple streams are present

array of strings | null

An Array of topic0's in hex, required if the type : log

topic0
boolean

Include events for all addresses (only applied when abi and topic0 is provided)

boolean

Include or not native transactions defaults to false (only applied when type:contract)

boolean

Include or not logs of contract interactions defaults to false

boolean

Include or not include internal transactions defaults to false

array | null
abi
array of objects | null
advancedOptions
chainIds
array of strings
required

The ids of the chains for this stream in hex Ex: ["0x1","0x38"]

chainIds*
boolean

Indicator if it is a demo stream

Response

Language
Credentials
Request
Click Try It! to start a request and see the response here!