B2B Realtime API — by Xanguard

Sub-Second Twitter/X Alerts
Via WebSocket

4 real-time modules in one connection. Tweets, follows, profile changes, and community monitoring — delivered to your trading bot in milliseconds. Built for crypto. From $49/mo.

Last updated: April 2026

<500ms
Tweet Detection
4
Real-Time Modules
500+
Max Accounts
$49
Starting Price

Four real-time modules. One WebSocket.

Everything a crypto trading bot needs — tweets, follows, profile changes, and community signals. TweetCatcher-compatible opcode protocol.

Tweet Alerts

Sub-second tweet, reply, quote, and retweet detection. Full untruncated text, media URLs, quoted tweet content, and contract address extraction. No data left behind.

Profile Watch

Bio, name, avatar, and pinned tweet changes in under 500ms. Detect rebrands, narrative shifts, and rug pull signals before anyone else sees them.

Community Monitoring

The only API that tracks Twitter/X community membership. Detect when accounts create or join communities — the earliest token launch signal. No competitor offers this.

Connect in under 5 minutes

TweetCatcher-compatible opcode protocol. If you’ve integrated with TweetCatcher, migration is near drop-in.

1

Subscribe

Open @B2B_Xanguard_bot on Telegram and choose a plan. Pay with SOL.

2

Add Targets

Add Twitter/X handles via the bot (/add @handle) or the REST API (POST /v1/dt/targets).

3

Connect WebSocket

Connect to wss://api.xanguard.tech/v1/dt/realtime/ws and send your API key via the LOGIN opcode.

4

Receive Events

Get real-time events for all 4 modules — tweets, follows, profile changes, and community activity.

JavaScript example

const ws = new WebSocket('wss://api.xanguard.tech/v1/dt/realtime/ws');

ws.onmessage = (event) => {
  const msg = JSON.parse(event.data);
  switch (msg.op) {
    case 10: // HELLO
      ws.send(JSON.stringify({op: 2, d: 'dt_YOUR_API_KEY'}));
      break;
    case 4: // READY
      console.log(`Monitoring ${msg.d.handles} handles`);
      break;
    case 0: // EVENT
      if (msg.d.event === 'twitter.post.new') {
        console.log(`@${msg.d.data.author.handle}: ${msg.d.data.text}`);
      }
      break;
  }
};

setInterval(() => ws.send(JSON.stringify({op: 1})), 30000);

Why developers choose Xanguard

Feature X API Enterprise TweetStream TweetCatcher Xanguard
Real-time WebSocketFirehose only
Follow/unfollow detection
Profile change alertsPartial✓ (<500ms)
Community monitoring✓ (only one)
Convergence detection✓ (only one)
Telegram delivery
Starting price$42,000/mo$139/mo~$60/mo$49/mo

All modules included. Pay with SOL.

Every plan includes all 4 real-time modules. No feature gates. No surprises.

RT 25
25 accounts
$49
per month
$1.96 / account
  • 25 tracked accounts
  • All 4 real-time modules
  • WebSocket + REST API
  • Webhook delivery
  • Telegram included
Get Started
RT 500
500 accounts
$499
per month
$1.00 / account
  • 500 tracked accounts
  • All 4 real-time modules
  • WebSocket + REST API
  • Webhook delivery
  • Telegram included
Subscribe
Enterprise
500+ accounts
Custom
pricing
  • Unlimited tracked accounts
  • All 4 real-time modules
  • Dedicated infrastructure
  • Priority support
  • Custom SLA
Contact Us

Frequently asked questions

Sub-second detection on dedicated bare-metal infrastructure. Most alerts arrive in under 500ms from the moment a tweet is posted. Full metadata included — untruncated text, media URLs, quoted tweet content, and author data.
Xanguard is the only monitoring API with 4 real-time modules in one WebSocket — tweets, follow/unfollow detection, profile change alerts, and community membership tracking. TweetStream focuses on tweets + OCR ($139/mo). TweetCatcher serves Discord communities (~$60/mo). Xanguard starts at $49/mo with all modules included.
No. Xanguard handles all the Twitter/X infrastructure. You connect to our WebSocket and receive events — no Twitter developer account, no API keys, no rate limit management. The official X API costs $42,000/month for enterprise access. Xanguard starts at $49/month.
Yes. Xanguard is the only platform that monitors Twitter/X community membership changes via API. No other tool — including Twitter/X’s own API — offers this capability. Community creates and joins are detected in 3–5 seconds. When multiple tracked accounts join the same community, our Convergence Tracker fires an additional high-confidence alert.
Yes. All plans are payable with Solana (SOL) on-chain. Telegram Stars also accepted. No credit card required. Instant activation after payment confirmation.
Yes. Xanguard’s B2B Realtime WebSocket uses a TweetCatcher-compatible opcode protocol (HELLO, LOGIN, READY, EVENT, HEARTBEAT). The event payloads are structured similarly. Migration typically takes under an hour of code changes.

Build faster. React first.

4 real-time modules. One WebSocket. Sub-second delivery. Pay with SOL. Start building in under 5 minutes.