Learn how to use events to build powerful applications with real-time price alerts and trending token detection. Integrate webhooks, handle events, and deliver timely notifications to your users.
Price change events are triggered by significant price movements over sliding time windows using percentage change thresholds.
Copy
Ask AI
async function handlePriceChangeEvent(event) { const { token, change, trigger } = event; // Example: Notify users who hold this token const message = `${token.symbol} moved ${change.percentage_change.toFixed(1)}% over the last ${trigger.window.duration}`; // Send notifications based on your application logic await notifyUsers(token.address, message);}
We’re developing advanced event detection for newly launched tokens that meet specific safety and quality criteria. This system will focus on tokens with “staying power” rather than short-lived movements.Learn more about our approach: See the Trending Tokens Events section for detailed information about detection criteria, safety filters, and the quality-first methodology.
Early Access AvailableTrending token events are in development. The system is being tested internally with smart defaults before expanding to user customization.Contact us for early access or to discuss specific requirements.