Aggregation Infrastructure
How
Real-time aggregations are processed in-memory via event streamers.
Historical aggregations are computed from MongoDB + time-series DB pipelines.
All are available via:
REST API (pull on demand)
WebSocket (real-time subscriptions)
GraphQL (soon)
Why
Built for decision-making
Agents and bots subscribe to real-time triggers
Analysts and researchers query aggregated trends
Security teams monitor wallet behaviors
AI models use structured, labeled features for prediction
Next
You're ready to use the aggregations:
Subscribe to real-time data
Query token or wallet insights
Build dashboards or alerts
Continue to the API & Streams section to start integrating.
Last updated