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 project stats by Stream ID

GEThttps://api.moralis-streams.com/stats/:streamId

Get the stats for the streamId specified

PATH PARAMS
streamIdstringrequired
The id of the stream to get the stats
Responses
200Ok
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://api.moralis-streams.com/stats/%3AstreamId' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"totalWebhooksDelivered": "",
"totalWebhooksFailed": "",
"totalLogsProcessed": "",
"totalTxsProcessed": "",
"totalTxsInternalProcessed": "",
"streams": [
{
"totalWebhooksDelivered": "",
"totalWebhooksFailed": "",
"totalLogsProcessed": "",
"totalTxsProcessed": "",
"totalTxsInternalProcessed": "",
"streamId": ""
}
],
"createdAt": "",
"updatedAt": ""
}