Skip to main content
GET
/
webhooks
/
{webhookId}
/
metrics
/
{metricName}
TypeScript
const response: Promise<FireblocksResponse<WebhookMetric>> = fireblocks.webhooksV2.getMetrics(webhooksV2ApiGetMetricsRequest);
{
  "value": 55
}

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

webhookId
string<uuid>
required
Example:

"44fcead0-7053-4831-a53a-df7fb90d440f"

metricName
enum<string>
required

Name of the metric to retrieve

Available options:
LAST_ACTIVE_HOUR_ERROR_RATE
Example:

"LAST_ACTIVE_HOUR_ERROR_RATE"

Response

Webhook metrics

value
string
required

The value of the metric

Example:

55