XPrediction is the white-label, API-first layer for prediction markets — run native markets, integrate external ones, and let any brand launch and operate their own on your infrastructure.
Stripe for payments · Shopify for commerce · Vercel for deploy — XPrediction for prediction markets. New here? Create a free account
Built for the teams that shape what happens next
Use XPrediction as a destination, a distribution channel, or a foundation — or all three at once.
Operate XPrediction's own markets — binary YES/NO and multi-outcome events — with live odds, a play-money wallet, and transparent settlement.
Mirror live markets from sources like Polymarket and surface them next to your own, in one curated, searchable catalog.
Everything you need to run prediction markets as your own product — already built, tested, and shipping.
Binary markets and multi-outcome events with a curated, typed catalog — the full market engine, ready to run on day one.
ACID settlement on a double-entry ledger plus real-time odds over WebSockets, on Postgres · Redis · Celery. Balances never drift.
Catalog, markets, wallets, bets, settlement and branding — typed endpoints designed to drop into your product.
This site is XPrediction running as its own tenant. Your deployment works the same — it just looks like you.
From your brand to your first resolved market — without building the hard parts yourself.
Set your palette, logo and voice in the admin. Players re-skin to your identity on their next page load — no deploy.
Spin up your own house markets and mirror live external ones. Curate a credible, searchable catalog for your audience.
Settle transparently, manage members and resolutions, and watch the numbers — on infrastructure built to grow with you.
Trade, integrate, and launch — on infrastructure that carries your brand from day one.
Create and deploy your own prediction markets through an API-first backend and a white-label UI — your colors, your logo, your rules.
Your colors, logo and copy — injected at runtime from the admin. Re-skin the whole experience instantly, with no rebuild or redeploy.
A typed FastAPI core — markets, wallets, bets, settlement, branding — built to integrate into your product, not to lock you in.
Mirror external markets from sources like Polymarket and bring partner liquidity and data into a single, coherent surface.
Run your own house markets and external ones side by side, in one catalog your audience browses — you curate what they see.
// public catalog — markets + multi-outcome events
curl https://api.xpredict.app/api/v1/catalog
[
{
"type": "event",
"title": "Who wins the final?",
"volume": "48250.0000",
"outcomes": [
{ "label": "Alice", "yes_price": "0.62" }
]
}
]