Key Features
Iframe Embeds
Embed complete threads with a 20-tile market heatmap grid or single market cards
Twitter Deep Links
Generate Twitter URLs that let users place predictions directly via tweet
REST API
Public API endpoints to fetch threads, markets, and real-time data
Zero Setup
No authentication required - just copy the code and start embedding
API Endpoint Groups
Thread Endpoints
Fetch and display prediction market threads (collections of related markets):- GET /api/threads - List all available threads
- GET /api/threads/:id - Get details for a specific thread
- GET /api/threads/:id/markets - Get all markets within a thread
Market Endpoints
Discover and filter individual prediction markets:- GET /api/markets - List markets with filtering and pagination
- GET /api/markets/:id - Get detailed info for a specific market
- GET /api/markets/trending - Get trending markets by recent activity
- GET /api/markets/featured - Get curated high-volume markets
Twitter Deep Link Endpoints
Generate Twitter intent URLs for predictions (no iframe needed):- GET /api/markets/:id/twitter-link - Generate link for a single market
- GET /api/threads/:id/twitter-links - Generate links for all markets in a thread
- POST /api/twitter-links - Batch generate links for multiple markets
Quick Start
Get started in under 5 minutes:HTML
{threadId} with an actual thread ID from our thread list API.
Use Cases
News & Media Sites
Embed live prediction markets alongside news articles to drive engagement and provide readers with real-time sentiment data.Financial Platforms
Integrate market probabilities into your financial dashboards and analysis tools.Community Forums
Add prediction markets to discussion threads for interactive forecasting.Educational Platforms
Use markets as teaching tools for economics, statistics, and decision-making courses.Authentication
The Public Embed API is completely public and requires no authentication. All endpoints are rate-limited by IP address to ensure fair usage.Rate Limits
| Endpoint Type | Limit |
|---|---|
| GET /api/threads | 50 req/min per IP |
| GET /api/threads/ | 100 req/min per IP |
| GET /api/threads//markets | 100 req/min per IP |
| GET /api/threads//twitter-links | 100 req/min per IP |
| GET /api/markets | 100 req/min per IP |
| GET /api/markets/ | 100 req/min per IP |
| GET /api/markets//twitter-link | 100 req/min per IP |
| GET /api/markets/trending | 100 req/min per IP |
| GET /api/markets/featured | 100 req/min per IP |
| POST /api/twitter-links | 100 req/min per IP |
| POST /api/embeds/* | 200 req/min per IP |
Base URL
All API requests should be made to:Support
Technical Support
Email us at [email protected] for technical questions
Partnership Inquiries
Contact [email protected] for revenue sharing details