X + TRUTH SOCIAL WEBSOCKET ALERTS

Stop finding outfrom the chart.

Stream market-moving X/Twitter and Truth Social notifications over the fastest WebSocket, with OCR, token detection, live prices, deletes, pins, and profile changes.

3-day trial · Card or crypto · Cancel anytime
167ms median detectionX + Truth SocialOCR + token detection

From monitored post to routed alert in three steps

01
Connect your live feed in minutes
Authenticate with your API key and open a WebSocket connection. No custom streaming pipeline required.
02
Track the accounts that move your market
Add handles and keyword filters so you only see tweets that can actually move price.
03
Route alerts into your decision layer
Alerts can include post/account changes, OCR text, detected tokens, and live prices, so bots can run risk checks on structured payloads.
Read the docs
Detect step icon
Detect
Tweet captured
Enrich step icon
Enrich
Deletes, pins, follows + OCR + token + Polymarket detection
Deliver step icon
Deliver
WebSocket + Discord webhooks
Live feed junction icon
SIMULATED FEED
CONNECTED
TIMEACCOUNTSIGNALTYPEDETECTIONTIMESIGNALDETECTION
14:32:01@marketdesk_alphaWatching SOL reclaim 178.8 after NY open. Clear if BTC holds.NEWS143ms14:32:01@marketdesk_alpha · Watching SOL reclaim 178.8 after NY open. Clear if BTC holds.143ms
14:31:58@perps_watchIf 68.4k flips, I add. If not, still range trading for now.NEWS187ms14:31:58@perps_watch · If 68.4k flips, I add. If not, still range trading for now.187ms
14:31:44@eth_flowdeskETH perps funding cooling off while spot bids keep stepping in.TOKEN112ms14:31:44@eth_flowdesk · ETH perps funding cooling off while spot bids keep stepping in.112ms
14:31:31@contract_scannerChart screenshot posted. OCR pulled contract: 7Yf2...9nqP (SOL).OCR196ms14:31:31@contract_scanner · Chart screenshot posted. OCR pulled contract: 7Yf2...9nqP (SOL).196ms
14:31:15@prediction_deskPolymarket market detected: ETH > $4k by Mar. Odds now 62%.POLY158ms14:31:15@prediction_desk · Polymarket market detected: ETH > $4k by Mar. Odds now 62%.158ms
8 signals / 60s167ms median server detection
167ms
DETECTION
10
WEBSOCKET CONNECTIONS
250
TRACKED ACCOUNTS
THE PROBLEM

Right now, you're reading the post after the move.

Polling endpoints and scrapers trail the timeline by seconds. TweetStream pushes monitored posts, deletes, pins, profile moves, follows, tokens, OCR, and prices over WebSocket with 167ms median server detection.

  • ×Custom scrapers depend on X's private GraphQL — slow, rate-limited, breaks on rotation
  • ×Official X API is pay-per-use — caps and stream engineering still on you
  • ×Raw posts still need delete/pin handling, profile/follow handling, token, OCR, price, filter, and routing logic
WITHOUT TWEETSTREAM
Seconds late
Polled endpoints, scrapers, and manual feeds trail the timeline
WITH TWEETSTREAM
167ms
Median monitored-post detection on our servers

Pricing

Choose the edge that fits your trading speed. Start the 3-day trial and wire it into your stack before the first billing cycle.

Minimum
Entry plan for solo traders and small teams
$199/mo
3 WebSocket connections
Up to 50
  • Included feature3 WebSocket connections for parallel filters and strategies
  • Included featureMonitor up to 50 X/Twitter accounts
  • Included featureFollow and unfollow notifications when available
  • Included featureTweets, replies, quote tweets, retweets, and updates
  • Included featureDelete, pin, and unpin events when observed
  • Included featureProfile-change notifications when available
  • Included featureDonald Trump and White House Truth Social notifications
  • Included featureKeyword filtering to see only alerts that match your tokens
  • Included featureAutomatic token, OCR, prediction-market, and live price enrichment
3-day trial · Card or crypto · non-refundable $5 stablecoin trial deposit, credited toward your first paid invoice.
Start 3-Day Trial
Scale
Self-serve capacity for high-volume teams
From $750/mo
1-50 WebSocket connections
500-10,000
  • Included featureUp to 50 WebSocket connections
  • Included feature500-10,000 tracked accounts
  • Included featureAll Pro features included
  • Included featurePremium support
  • Included featureCommercial support terms
Build Scale
Card or crypto. Stablecoin trials use a non-refundable $5 deposit, credited if you convert. Scale starts after payment.

Features

Everything your alert stack needs, from monitored-account detection to structured routing.

167ms median server detection

Monitor posts, account-change alerts, and optional Trump and White House Truth Social posts. Speed is measured on TweetStream servers from production database timestamps.

@marketdesk_alpha: SOL reclaiming 178.8 after open143ms
@perps_watch: BTC 68.4k level still key for trend187ms
@eth_flowdesk: ETH perps cooling while spot bids hold112ms
OCR panel icon
OCR extraction arrow
0x7a250d…Contract detectedToken: $PEPE

OCR reads contract addresses from screenshots

When an influencer posts a chart screenshot, OCR extracts tickers and addresses - so you catch alpha others miss.

Tokens arrive with live prices

Detected tokens include live pricing context when available, and alerts can include Polymarket market detection when relevant, with no second API call.

POLYMARKET EVENT
ETH > $4k by March
62%
connect.js
const ws = new WebSocket(
"wss://ws.tweetstream.io/ws",
["tweetstream.v1",
`tweetstream.auth.token.<API_KEY>`]
);
ws.onmessage = ({ data }) => {
const msg = JSON.parse(data);
// Route by msg.t and msg.op.
// msg.d: { tweetId, text, author,
// ocr?, detected?: { tokens } }
if (msg.op === "meta" && msg.d.detected?.tokens?.length) {
routeToStrategy(msg);
}
};

WebSocket API

Structured JSON delivered via WebSocket when a tracked account posts, edits context, deletes, pins, unpins, follows, unfollows, or changes profile fields. Integrate with your trading bot, Discord webhook integrations, or analytics pipeline in minutes.

Historical Replay API

Replay previously delivered alerts for research and model evaluation. Query by account, token, or time range to backtest and audit signal quality.

GET /api/history?handle=marketdesk_alpha
{
"tweetId": "18723…",
"body": "$SOL breakout",
"time": "2024-01-15T…",
"meta": { "tokens": [] }
}
COMPARE

TweetStream vs. the alternatives

Comparison of TweetStream, Twitter API v2, and custom scraper solutions
FeatureTWEETSTREAMTWITTER API V2CUSTOM SCRAPER
Setup time5 minutesDays-weeksWeeks
Latency167ms median on our servers~6-7s p99 docs2-10s typical
OCR detectionBuilt-inNoneBuild yourself
Token extractionBuilt-inNoneBuild yourself
PolymarketBuilt-inNoneNone
MaintenanceManagedAPI changesConstant
CostFrom $139/moMetered or customEngineering time

TweetStream speed is median server detection (server receive time minus tweet snowflake timestamp). End-to-end delivery varies. X API latency and pricing should be confirmed in your own Developer Console.

WHAT TO TEST IN TRIAL

Use the trial to verify timing, payload shape, and routing with the accounts you monitor.

Latency

Time detection on your watchlist

Connect a trial key and compare arrival time against your current feed.

Payload

Wire the stream into your stack

Inspect WebSocket payloads and reconnects, then route alerts into your bot, terminal, or Discord.

Enrichment

See OCR and tokens fire on real posts

Watch post alerts, account-change alerts, contract OCR, token detection, and live price context land from your monitored accounts.

FAQ

TweetStream Frequently Asked Questions

Catch signals before the crowd does

Start your 3-day trial and plug the live feed into your bot, terminal, or Discord in minutes.

Start 3-Day Trial

Focused X/Twitter monitoring for traders and trading desks.