What this page covers
- What Manifold Markets is and how it differs from real-money platforms
- Manifold Markets API overview and key endpoints
- When to use Manifold vs real-money platforms
- How to access real-money prediction market data and analysis
What is Manifold Markets?
Manifold Markets is an open-source prediction market platform that uses play money (called “mana”). Anyone can create a market on any topic, making it popular for community forecasting, research, and casual predictions.Key difference: play money vs real money
Manifold uses play money, which means prices may not reflect real market consensus the way real-money platforms do. Real money creates stronger incentives for accurate pricing — traders with genuine financial exposure research more thoroughly and correct mispricings faster. For serious analysis, trading signals, or building trading bots, real-money platforms (Kalshi, Polymarket) provide more reliable price signals.Manifold Markets API
Manifold has a clean REST API. No authentication is needed for read operations.Base URL
List markets
Get a single market
Search markets
Market data format
Place a trade (requires auth)
Trading requires an API key from your Manifold account:Python SDK
The community maintains a Python client:When to use Manifold vs real-money platforms
Manifold is excellent for forecasting research and community engagement. For financial applications, real-money platforms provide stronger price signals and actual trading infrastructure.
Real-money prediction market APIs
If you need real-money market data, AI analysis, or trading signals, the Rekko API provides unified access to Kalshi, Polymarket, and Robinhood:What’s next
API comparison
Kalshi vs Polymarket vs Robinhood — detailed comparison.
Build a trading bot
Step-by-step Python trading bot tutorial.
Quickstart
Get a free API key and start querying real-money markets.