Skip to main content
GET
/
stats
Get project stats
curl --request GET \
  --url https://api.moralis-streams.com/stats \
  --header 'x-api-key: <api-key>'
{
  "totalWebhooksDelivered": 123,
  "totalWebhooksFailed": 123,
  "totalLogsProcessed": 123,
  "totalTxsProcessed": 123,
  "totalTxsInternalProcessed": 123,
  "streams": [
    {
      "totalWebhooksDelivered": 123,
      "totalWebhooksFailed": 123,
      "totalLogsProcessed": 123,
      "totalTxsProcessed": 123,
      "totalTxsInternalProcessed": 123,
      "streamId": "<string>"
    }
  ],
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Ok

totalWebhooksDelivered
number<double>
required

The total amount of webhooks delivered across all streams

totalWebhooksFailed
number<double>
required

The total amount of failed webhooks across all streams

totalLogsProcessed
number<double>
required

The total amount of logs processed across all streams, this includes failed webhooks

totalTxsProcessed
number<double>
required

The total amount of txs processed across all streams, this includes failed webhooks

totalTxsInternalProcessed
number<double>
required

The total amount of internal txs processed across all streams, this includes failed webhooks

streams
object[]

Array of stream stats

createdAt
string<date-time>

The date since this stats are being counted

updatedAt
string<date-time>

The date since this stats were last updated