Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Get streams

GEThttps://api.moralis-streams.com/streams/evm

Get all the evm streams for the current project based on the project api-key .

QUERY PARAMS
limitnumberrequired
Limit response results max value 100
cursorstring
Cursor for fetching next page
statusstring
Responses
200Ok
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://api.moralis-streams.com/streams/evm?limit=25' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"result": [
{
"webhookUrl": "",
"description": "",
"tag": "",
"topic0": [
""
],
"allAddresses": "",
"includeNativeTxs": "",
"includeContractLogs": "",
"includeInternalTxs": "",
"includeAllTxLogs": "",
"getNativeBalances": [
{
"selectors": [
""
],
"type": ""
}
],
"abi": "",
"advancedOptions": "",
"chainIds": [
""
],
"filterPossibleSpamAddresses": "",
"demo": "",
"triggers": [
{
"type": "",
"contractAddress": "",
"inputs": [
""
],
"topic0": "",
"callFrom": ""
}
],
"id": "",
"statusMessage": "",
"updatedAt": "",
"amountOfAddresses": ""
}
],
"cursor": "",
"total": ""
}