What is Resolved Markets?
Resolved Markets captures live orderbook snapshots from Polymarket's CLOB (Central Limit Order Book) for 100+ prediction markets across multiple categories — crypto (BTC, ETH, SOL, XRP), sports (NBA, NFL, EPL), economics (Fed/FOMC decisions), and weather (city temperatures, hurricanes, climate).
Every 250ms, the system captures full depth-of-book data including best bid/ask, spread, depth totals, and the complete bid/ask arrays — all stored in ClickHouse for columnar analytics at scale.
API Keys
Generate and manage your API keys for authenticated access.
Rate Limits
Understand request quotas and plan-based limits.
Fetching Data
Learn pagination, filtering, and time-range queries.
Markets
Explore available market categories and how they work.
Quick Start
Create an account
Sign up with Clerk authentication to access the dashboard and API key management.
Generate an API key
Navigate to the API Keys page and create a key with a descriptive label. The key will be shown once — copy it immediately.
Make your first request
Include your key in the X-API-Key header and call any endpoint.
curl -X GET "https://api.resolvedmarkets.com/v1/markets/live" \ -H "X-API-Key: rm_your_key_here"
Base URL
https://api.resolvedmarkets.comAll API endpoints are relative to this base URL. HTTPS is enforced in production.