v1
latestOpenAPI 3.0.02026-07-26356764.0 KBCreate stream
Creates a new evm stream.
Request body
Webhook URL where moralis will send the POST request.
A description for this stream
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
An Array of topic0's in string-signature format ex: ['FunctionName(address,uint256)']
Include events for all addresses (only applied when abi and topic0 is provided)
Include or not native transactions defaults to false
Include or not logs of contract interactions defaults to false
Include or not include internal transactions defaults to false
Include all logs if atleast one value in tx or log matches stream config
The ids of the chains for this stream in hex Ex: ["0x1","0x38"]
Indicator if it is a demo stream
Filter possible spam addresses
Example request
{
"triggers": [
{
"functionAbi": {}
}
]
}Response
Ok
Webhook URL where moralis will send the POST request.
A description for this stream
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
An Array of topic0's in string-signature format ex: ['FunctionName(address,uint256)']
Include events for all addresses (only applied when abi and topic0 is provided)
Include or not native transactions defaults to false
Include or not logs of contract interactions defaults to false
Include or not include internal transactions defaults to false
Include all logs if atleast one value in tx or log matches stream config
The ids of the chains for this stream in hex Ex: ["0x1","0x38"]
Indicator if it is a demo stream
Filter possible spam addresses
Stringified UUIDv4. See RFC 4112
The stream status: [active] The Stream is healthy and processing blocks [paused] The Stream is paused and is not processing blocks [error] The Stream has encountered an error and is not processing blocks
Description of current status of stream.
Last Updated Date.
Amount of Addresses.
Example response
{
"triggers": [
{
"functionAbi": {}
}
]
}