Architecture
Event Detection Pipeline
- Data Ingestion: Real-time price feeds and on-chain data monitoring
- Event Processing: Sliding window analysis and threshold detection
- Webhook Delivery: Reliable delivery to your infrastructure
Webhook Delivery
When an event is detected, Dialect sends an HTTP POST request to your configured webhook endpoint with a structured JSON payload.Webhook Payload Schema
All webhooks deliver events as arrays, allowing for batch delivery of multiple events in a single request. You can receive multiple events of the same type or mixed event types in one webhook call:Common Fields
All events share these common fields:- event: Event type identifier (
token_price_change
ortrending_token
) - timestamp: UTC timestamp when the event was generated (ISO 8601)
- token: Token information including symbol and unique address
- trigger: Configuration that caused the event to fire