Be ahead of the market.

Trump Truth Alerts for Retail Traders

Be the first to know when Donald Trump posts on Truth Social. Connect once to the VeritaWire WebSocket and receive structured alerts at the speed your workflow needs—start free with a 10-second delay, then upgrade for faster delivery.

Go from sign-up to streaming in minutes.

Create your account, connect to one authenticated WebSocket, and choose the delivery speed that fits your workflow.

1

Start with the free plan

Create your account and test the WebSocket with a 10-second data delay. No credit card required.

2

Integrate once

Open one authenticated connection and receive each detected Truth as structured JSON in your app, dashboard, or bot.

3

Upgrade your speed

Move to ~1-second, ~600ms, or ~300ms delivery when your workflow needs faster data.

Near real time detection-to-delivery speed.

Performance is validated daily using Donald Trump’s Truth Social posts from the seven most recent completed days.

Daily latency median

Loading measured performance…

Easy-to-integrate WebSocket service.

Keep one server-side authenticated connection open and receive every new Truth as structured JSON.

  • Persistent WebSocket stream
  • Header-only API key auth
  • JSON payloads with post id, timestamp, author, and content
  • Recent buffer replay after reconnects

Learn more through the API docs.

client.js wss://veritawire.com/ws
import WebSocket from "ws";

const socket = new WebSocket("wss://veritawire.com/ws", {
  headers: {
    Authorization: `Bearer ${process.env.VERITAWIRE_API_KEY}`
  }
});

socket.onmessage = ({ data }) => {
  const truth = JSON.parse(data);

  routeAlert({
    id: truth.id,
    author: truth.account.username,
    postedAt: truth.created_at,
    html: truth.content
  });
};

// Reconnect with ?last_seen_id=... for catch-up.

Choose the speed that fits your workflow.

Create an account and integrate with our WebSocket in minutes. Start with our free plan, featuring a 10-second data delay, then upgrade to a monthly plan that matches the speed you need.

Free Plan

$0
  • 10-second delay
  • Easy WebSocket integration
  • Perfect for testing & development
  • No credit card required
Create Account

Starter Plan

$29 /mo
  • ~1-second delivery
  • Faster updates
  • Great for hobbyists & small apps
  • Reliable real-time performance
Choose Starter

Max Plan

$99 /mo
  • ~300ms delivery
  • Ultra-low latency
  • Built for professional trading
  • Fastest data available
Choose Max

FAQ

Quick answers about the WebSocket API plans.

How are you measuring latency?

We measure latency from the moment a Trump Truth Social post becomes publicly fetchable from Truth Social's delivery layer to the moment VeritaWire streams the alert to listeners. Our current base median detection-to-delivery speed is about 300ms.

How can I manage the billing?

Paid users can open the account page to manage subscriptions, billing, and API keys from one place through our Stripe integration.

Can I test the WebSocket API before choosing a paid plan?

Yes. Create a free account, generate an API key, and test the complete WebSocket integration with a 10-second data delay. No credit card is required.

I have more questions. How can I reach you?

You can reach us with any questions through support@veritawire.com.