Resolved Markets

Kết nối bất kỳ tác nhân AI hỗ trợ MCP nào với dữ liệu sổ lệnh thị trường dự đoán Polymarket trực tiếp và lịch sử cùng sổ lệnh hợp đồng tương lai vĩnh viễn Hyperliquid (12 công cụ, 2 tài nguyên).

Tài liệu

Resolved Markets

Theme

Copy all docs as Markdown

API Key

Manage API Keys

DashboardBlogHomeGuideLLMs

Resolved Markets API

Real-time and historical orderbook data from Polymarket prediction markets across crypto, sports, economics, weather, social, and equities — captured at up to ~10Hz with millisecond precision.

10 HzCrypto Capture

100+Live Markets

6Categories

~11MRows / Day

What is Resolved Markets?

Resolved Markets captures live orderbook snapshots from Polymarket's CLOB (Central Limit Order Book) for 100+ prediction markets across six categories — crypto (BTC, ETH, SOL, XRP), sports (NBA, NFL, EPL, FIFA, IPL), economics (Fed/FOMC, Nonfarm Payroll), weather (city temperatures, hurricanes, climate), social (Elon tweets), and equities (S&P 500 Up/Down).

Capture is event-driven and throttled per-category: crypto books update every 100ms (~10Hz), S&P 500 every 1s, sports every 500ms, economics every 2s, daily weather every 2s, and social every 3s. Each snapshot includes full depth-of-book (bids/asks arrays), best bid/ask, mid price, spread, depth totals, sequence numbers, and the crypto spot price at capture — 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

1

Create an account

Sign up with Clerk authentication to access the dashboard and API key management.

2

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.

3

Make your first request

Include your key in the X-API-Key header and call any endpoint.

Quick Example

curl -X GET "https://api.resolvedmarkets.com/v1/markets/live"
-H "X-API-Key: rm_your_key_here"

Base URL

https://api.resolvedmarkets.com

All API endpoints are relative to this base URL. HTTPS is enforced in production.

Introduction — API Docs | Resolved Markets