Skip to main content
GET
/
streams
/
evm
Get streams
curl --request GET \
  --url https://api.moralis-streams.com/streams/evm \
  --header 'x-api-key: <api-key>'
{
  "result": [
    {
      "webhookUrl": "<string>",
      "description": "<string>",
      "chainIds": [
        "<string>"
      ],
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "status": {},
      "statusMessage": "<string>",
      "updatedAt": "2023-11-07T05:31:56Z",
      "amountOfAddresses": 123,
      "tag": "<string>",
      "topic0": [
        "<string>"
      ],
      "allAddresses": true,
      "includeNativeTxs": true,
      "includeContractLogs": true,
      "includeInternalTxs": true,
      "includeAllTxLogs": true,
      "getNativeBalances": [
        {
          "selectors": [
            "<string>"
          ],
          "type": "tx"
        }
      ],
      "abi": null,
      "advancedOptions": null,
      "filterPossibleSpamAddresses": true,
      "demo": true,
      "triggers": [
        {
          "type": "tx",
          "contractAddress": "<string>",
          "functionAbi": {},
          "inputs": [
            "<string>"
          ],
          "topic0": "<string>",
          "callFrom": "<string>"
        }
      ]
    }
  ],
  "total": 123,
  "cursor": "<string>"
}

Authorizations

x-api-key
string
header
required

Query Parameters

limit
number<double>
required

Limit response results max value 100

cursor
string

Cursor for fetching next page

status
string

Response

200 - application/json

Ok

result
object[]
required

Array of project Streams

total
number<double>
required

Total count of streams on the project

cursor
string

Cursor for fetching next page