Skip to main content
WEBHOOK
event-volume-milestone
{
  "event_slug": "<string>",
  "timeframe": "<string>",
  "milestone_usd": 123,
  "current_volume_usd": 123,
  "fees": 123,
  "txns": 123
}

Body

application/json

Payload delivered when an event's aggregated trading volume crosses a USD milestone

event_slug
string
required

Event slug

timeframe
string
required

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

milestone_usd
number
required

The USD milestone amount that was crossed

current_volume_usd
number
required

Current aggregated event volume at time of trigger (USD)

fees
number
required

Total fees in USD for this timeframe

txns
integer<int64>
required

Total transactions in this timeframe

Response

Webhook delivery acknowledged

Last modified on March 17, 2026