List markets with outcomes and prices
API · /futuur-api
Futuur Prediction Markets API
Live prices from Futuur, a global prediction market where users trade on the outcome of real-world events across crypto, politics, sports, science and economics — in both real money (USDC) and play money — served from the public Futuur API, no key, nothing stored. Each market asks a question (for example "Which price will Bitcoin hit in 2026?") and holds two or more outcomes whose price, between 0 and 1, is the market-implied probability of that outcome — an outcome trading at 0.46 means the market prices a 46% chance. The markets endpoint lists markets, filterable by category and search term, each with its outcomes and prices. The market endpoint returns a single market with every outcome's real-money and play-money price (and implied probability) plus its category, status and close date. The categories endpoint lists the topic categories from Bitcoin to elections to sports. Read what a worldwide crowd is pricing in for the future, as live JSON. This is the global prediction-market / event-probability cut — distinct from the US-politics-only (PredictIt) and crypto-only (Polymarket) prediction markets and the price and FX APIs in the catalogue.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 477 ms
- Server probes · 24h
- Subscribers
- 4,697
- active
- Total calls
- 4
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 22,000 calls / month
- 3 requests / second
- Hard cap (429 above quota, no overage)
- 22k calls/month
- 3 req/sec
- All endpoints
- No credit card
Analyst
€7.15 /month
- 245,000 calls / month
- 10 requests / second
- Hard cap (429 above quota, no overage)
- 245k calls/month
- 10 req/sec
- Email support
Pro
€21.60 /month
- 960,000 calls / month
- 28 requests / second
- Hard cap (429 above quota, no overage)
- 960k calls/month
- 28 req/sec
- Priority support
Scale
€51.30 /month
- 3,250,000 calls / month
- 60 requests / second
- Hard cap (429 above quota, no overage)
- 3.25M calls/month
- 60 req/sec
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
PredictIt Political Markets API
Live prices from PredictIt, the real-money political prediction market where traders buy and sell shares in the outcome of US elections, economic events and policy questions — served from PredictIt's public market-data feed, no key, nothing stored. Each market asks a question (for example "Which party will control the House?" or "Who will win the 2028 presidential election?") and holds one or more yes/no contracts whose price, between 0 and 1 US dollar, is the market-implied probability of that outcome — a contract trading at 0.27 means the market prices a 27% chance. The markets endpoint lists every open market with its question and contract count. The market endpoint returns a single market with every contract — last trade price, best buy and sell yes/no quotes, last close — and the implied probability. The search endpoint finds markets by keyword (president, Senate, Fed, shutdown). Read what bettors really think will happen, as live JSON. This is the political prediction-market / event-odds cut — distinct from the crypto prediction markets (Polymarket) and the play-money markets in the catalogue.
api.oanor.com/predictit-api
Manifold API
Live prediction-market and forecaster data from Manifold, the largest play-money prediction market and forecasting community, via its public API. On Manifold anyone can create a market and everyone trades with mana, the platform's play-money, so each market's price is a crowd-sourced probability and every trader has a track record. Search markets and get each one's question, current probability, mana volume, unique-bettor count, liquidity and creator. Read one market in full, with its description and close time. See the top holders of a market — who is forecasting which way and how much mana they have invested. Read a forecaster's profile: their mana balance, all-time profit and how many markets they have created. Live, no key, nothing stored. Distinct from real-money prediction-market and sports-odds APIs — this is Manifold's community markets, their crowd probabilities and their forecasters. Perfect for forecasting, trading-signal, research and community apps.
api.oanor.com/manifold-api
Polymarket API
Live prediction-market data from Polymarket, the largest real-money prediction market, via its public Gamma API. On Polymarket people trade shares in the outcome of real-world events, so each market's price is a live, money-backed probability. Get the most active markets, each with its outcomes and their implied probabilities, the best bid and ask, the traded volume and the liquidity. Read one market in full, including its description and resolution date. Pull the biggest events — an event groups related markets, like a championship with one market per team — with their total volume and market count. Get one event with every sub-market and its current probability, the whole field at a glance. Live, no key, nothing stored. Distinct from sports-betting-odds and price-feed APIs — this is Polymarket's money-backed event probabilities and its markets. Perfect for forecasting, trading-signal, news and analytics apps.
api.oanor.com/polymarket-api
Monte Carlo API
Live Monte-Carlo simulation for price and portfolio forecasting that quants, traders and planners run to model uncertainty — computed on demand and reproducibly, no key, nothing cached. Run a geometric-Brownian-motion simulation of an asset and get the terminal-price distribution (percentiles, mean, probability of a gain); get the modelled chance of reaching a target price; project wealth over many years with periodic contributions (a retirement / savings projection); and return one sample price path for charting. Every run is seeded, so the same inputs always give the same numbers. A forward-looking simulation engine, distinct from historical-statistics and option-pricing tools — it turns a drift and volatility into a distribution of outcomes.
api.oanor.com/montecarlo-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Futuur Prediction Markets API?
What's the rate limit for Futuur Prediction Markets API?
How much does Futuur Prediction Markets API cost?
Can I cancel my subscription anytime?
Is Futuur Prediction Markets API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/futuur-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/futuur-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/futuur-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/futuur-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.