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

Body

application/json

Payload delivered when a market's volume or transaction metrics cross a configured threshold

condition_id
string | null

Market condition ID

timeframe
string | null

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

volume_usd
number | null

Total trading volume in USD for this timeframe

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