Start with the free plan
Create your account and test the WebSocket with a 10-second data delay. No credit card required.
Be ahead of the market.
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.
Create your account, connect to one authenticated WebSocket, and choose the delivery speed that fits your workflow.
Create your account and test the WebSocket with a 10-second data delay. No credit card required.
Open one authenticated connection and receive each detected Truth as structured JSON in your app, dashboard, or bot.
Move to ~1-second, ~600ms, or ~300ms delivery when your workflow needs faster data.
Performance is validated daily using Donald Trump’s Truth Social posts from the seven most recent completed days.
Keep one server-side authenticated connection open and receive every new Truth as structured JSON.
Learn more through the API docs.
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.
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.
Quick answers about the WebSocket API plans.
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.
Paid users can open the account page to manage subscriptions, billing, and API keys from one place through our Stripe integration.
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.
You can reach us with any questions through support@veritawire.com.