Developers API
Realtime Event Engine
WebSocket streaming, event webhooks, payload schemas, rule conditions, delivery lifecycle, signature verification, event history, and errors.
Event Rules
Rules evaluate market conditions and trigger webhook events.
Supported Event Types
price_alertlarge_moveabnormal_volumeunusual_value_tradedPOST /api/v1/alerts/
- Required:
symbol,event_type,condition,value,webhook_id - Optional:
once,config
GET /api/v1/alerts/
List existing rules and filter by status.
- Query:
status=active|paused|all - Status enum:
active,paused, andtriggered. - Mapping:
oncemaps to stored/returnedfire_once.