Stay informed with browser, email, and webhook notifications.
Pop-up notifications directly in your browser when alerts trigger.
Audio alerts with customizable sounds for different alert types.
Receive alerts, behavior warnings, and weekly summaries via email.
Send alerts to Discord, Slack, or any custom webhook endpoint.
Note: Browser notifications only work when your browser is open. For notifications when you're away, set up email or webhook notifications.
Alerts appear as rich embeds with symbol, grade, price, and conditions that triggered the alert.
Send alerts to any HTTP endpoint that accepts POST requests.
{
"type": "alert",
"symbol": "BTCUSDT",
"exchange": "binance",
"grade": "A",
"price": 45000.00,
"conditions": ["grade_equals_A", "volatility_low"],
"timestamp": "2026-02-15T10:30:00Z"
}