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>"
}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>"
}Limit response results max value 100
Cursor for fetching next page