B2B Realtime API — by Xanguard

Sub-Second Twitter/X Alerts
Via WebSocket

Five real-time modules in one connection. Tweets, deleted-tweet detection, profile changes, new-follower and follow/unfollow detection — delivered to your trading bot in milliseconds. Built for crypto. Tiered plans from $49/mo.

Last updated: April 2026

<500ms
Tweet Detection
5
Real-Time Modules
1000+
Max Handles
from $49
Starting Price

Five real-time modules. One WebSocket.

Everything a crypto trading bot needs — tweets, deleted-tweet detection, profile changes, new followers, and follow/unfollow detection. 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.

New-Follower Detection

Know the instant any tracked account gains a new follower — and exactly who it was. Spot fresh accounts shadowing blue-chip devs and emerging connections the moment they form.

Deleted-Tweet Detection

Get alerted the moment a tracked account deletes a tweet. Catch walked-back announcements, scrubbed calls, and damage-control deletions the instant they happen.

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 every module on your plan — tweets, deleted-tweet detection, profile changes, new followers, and follow/unfollow detection.

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)
New-follower detection
Deleted-tweet detection
Telegram delivery
Starting price$42,000/mo$139/mo~$60/mofrom $49/mo

Tiered plans. Priced by handle count.

Three module tiers — pick the capabilities you need, then scale by the number of handles you track. Pay with SOL or Telegram Stars.

Starter
from $49/mo
  • Tweet alerts
  • Deleted-tweet detection
  • WebSocket + REST API
  • Webhook delivery
  • Telegram included
Enterprise
from $249/mo
  • Everything in Pro
  • Follow/unfollow detection
  • Custom SLA
  • Priority support
Handles Starter
tweets + deleted-tweet
Pro
+ profile + new-follower
Enterprise
+ follow/unfollow
50$49$99$249
250$229$429$979
500$449$749$1,649
1000$849$1,349$2,849

Need more than 1000 handles or a custom SLA? Talk to us for volume pricing.

Open @B2B_Xanguard_bot

Frequently asked questions

Sub-second detection on purpose-built 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 delivers five real-time modules in one WebSocket — tweets, deleted-tweet detection, profile change alerts, new-follower detection, and follow/unfollow detection. TweetStream focuses on tweets + OCR ($139/mo). TweetCatcher serves Discord communities (~$60/mo). Xanguard plans start from $49/mo, with module tiers and handle counts priced to fit your needs.
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.
Pricing is tiered two ways. First, pick a module tier: Starter (tweets + deleted-tweet detection), Pro (adds profile change and new-follower detection), or Enterprise (adds follow/unfollow detection). Then choose how many handles you track — 50, 250, 500, or 1000. Entry is $49/mo (Starter, 50 handles), and the price scales with both the tier and the handle count you select.
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.

Five real-time modules. One WebSocket. Sub-second delivery. Pay with SOL. Plans from $49/mo. Start building in under 5 minutes.

Coming from twitterapi.io? Switch in one line →

Explore all Xanguard products: Tweet Alerts · Community Watch · Convergence Tracker · PumpFun Bot · ECA · Trending · Search Alerts · WebSocket API