X/Twitter Trading Alerts Without the $5,000/mo Stream
The official X API filtered stream starts at $5,000/month. XFlux monitors the accounts you care about and pushes signed webhooks when they post — with optional keyword filters for macro, flow, or ticker-specific alerts.
Account-level precision
Watch @unusual_whales, macro voices, or memecoin KOLs — not the entire firehose.
Keyword filters
Only alert on fed, CPI, $SPY, or specific tickers — comma-separated in Dashboard.
Webhook delivery
HMAC-signed JSON to your server or Make.com — 1s poll on Starter ($19/mo).
Example monitor setups
@unusual_whales
Keywords: flow, block, sweep
Options flow and large prints — filter noise with keywords.
Browse accounts posting now on our live trading signal digest.
How it works
- 1
Pick accounts you trust
Macro analysts, flow scanners, or sector KOLs — any public @handle.
- 2
Add keyword filters
Comma-separated terms so you only get hits on $TSLA, CPI, or memecoin names.
- 3
Route to your stack
Signed webhooks → Make.com, n8n, your bot, or Slack — verify HMAC and act.
Webhook payload on hit
When a monitored account posts a matching tweet, XFlux POSTs JSON to your URL. Wire it into Make.com for Slack/Telegram alerts — see Make.com guide.
{
"event": "monitor.hit",
"monitor": {
"targetUsername": "unusual_whales",
"keywords": "flow, block"
},
"tweet": {
"id": "1234567890",
"text": "Large $SPY call sweep detected...",
"authorUsername": "unusual_whales"
},
"detectedAt": "2026-09-16T12:00:05.000Z"
}Streaming API vs XFlux monitors
| Official filtered stream | XFlux monitors | |
|---|---|---|
| Monthly cost | $5,000+ (Pro tier) | From $19/mo |
| Data scope | Full firehose / rules | Accounts you pick |
| Keyword filter | Rule-based (complex) | Per-monitor, Dashboard |
| Delivery | Persistent stream | Signed HTTP webhook |
| Setup time | Enterprise approval | Minutes, self-serve |
Ready to monitor market voices?
Free tier includes 1 monitor with Dashboard hit history. Upgrade to Starter for live webhook delivery and 1-second polling.