cURL
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>" }
Get all the evm streams for the current project based on the project api-key .
Limit response results max value 100
Cursor for fetching next page
Ok
Array of project Streams
Show child attributes
Total count of streams on the project