Skip to main content
WEBHOOK
event-metrics
{
  "event_slug": "<string>",
  "timeframe": "<string>",
  "volume_usd": 123,
  "fees": 123,
  "txns": 123,
  "unique_traders": 123
}

Body

application/json

Payload delivered when an event's aggregated volume or transaction metrics cross a configured threshold

event_slug
string | null

Event slug

timeframe
string | null

Aggregation window (e.g. "1h", "24h")

volume_usd
number | null

Total aggregated volume across all markets in the event (USD)

fees
number | null

Total fees collected in USD

txns
integer<int64> | null

Total number of transactions

unique_traders
integer<int64> | null

Number of unique traders

Response

Webhook delivery acknowledged

Last modified on March 17, 2026