Skip to main content
GET
Get project stats by Stream ID

Authorizations

x-api-key
string
header
required

Path Parameters

streamId
string<uuid>
required

The id of the stream to get the stats Stringified UUIDv4. See RFC 4112

Pattern: [0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}

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