Skip to main content
Alerts are auto-categorized based on the market they’re trading in.
CategoryExamples
cryptoToken FDV, blockchain events, DeFi
worldGeopolitics, conflicts, international events
politicsElections, policy, nominations
pop_cultureCelebrities, entertainment, media
techAI, Apple, Tesla, SpaceX
financeStocks, rates, S&P 500
otherEverything else

Filtering

REST

curl -H "Authorization: Bearer YOUR_KEY" \
  "https://polychadsbot.xyz/api/v1/alerts?category=crypto"

Webhooks

Pass categories as a comma-separated string when creating a webhook:
{
  "url": "https://your-app.com/hook",
  "categories": "crypto,politics"
}
Categories are assigned automatically by keyword analysis on the market title. Happens in real-time for new alerts.