Available Data & Markets
Understanding the prediction markets tracked by Resolved Markets across multiple categories.
Market Categories
Resolved Markets tracks 100+ prediction markets across four categories. Use the /v1/categories endpoint to discover all active categories and their market counts, or filter /v1/markets/live by category.
Crypto
BTC, ETH, SOL, and XRP up/down markets across multiple timeframes (5m, 15m, 1h, 1d). Each market has UP and DOWN tokens representing the two outcomes of a "Will [crypto] go up or down?" question.
Bitcoin (BTC)
Markets: 5m, 15m, 1h, 1d
Ethereum (ETH)
Markets: 5m, 15m, 1h, 1d
Solana (SOL)
Markets: 5m, 15m, 1h, 1d
XRP
Markets: 5m, 15m, 1h, 1d
Sports
Game outcomes and season predictions for major leagues.
| Subcategory | Description | Example Markets |
|---|---|---|
NBA | National Basketball Association | Game winners, series outcomes, MVP predictions |
NFL | National Football League | Game winners, playoff predictions, Super Bowl |
EPL | English Premier League | Match outcomes, season standings, relegation |
Economics
Central bank decisions and economic data releases.
| Subcategory | Description | Example Markets |
|---|---|---|
FOMC | Federal Open Market Committee | Rate hike/cut decisions, dot plot predictions |
NFP | Nonfarm Payroll | Jobs report above/below expectations |
Weather
Temperature predictions, hurricane tracking, and climate indicators.
| Subcategory | Description | Example Markets |
|---|---|---|
NYC, LA, etc. | Daily city temperatures (30 cities) | Will NYC high exceed 85F tomorrow? |
Hurricane | Hurricane and tropical storm tracking | Category 4+ hurricane this season? |
Arctic | Arctic ice extent | September ice minimum below X million km2? |
Climate | Broader climate indicators | 2026 hottest year on record? |
Market Structure
Each prediction market has a set of tokens representing possible outcomes. Crypto markets use UP/DOWN tokens, while other categories may use Yes/No or other outcome labels. The outcomes array on each market describes what each token represents.
| Field | Description |
|---|---|
conditionId | Unique market identifier (hex string) |
category | Market category — crypto, sports, economics, weather |
subcategory | Specific sub-type — BTC, NBA, FOMC, NYC, etc. |
label | Human-readable market name |
tokenIds | Array of token IDs for each outcome |
outcomes | Outcome labels — ["UP","DOWN"], ["Yes","No"], etc. |
configId | Category configuration reference |
slug | Human-readable identifier (e.g., btc-updown-5m-1772799300) |
endDate | When the market resolves |
Market Rotation
Prediction markets expire at regular intervals. The system automatically discovers new markets every 30 seconds and performs graceful transitions with a 30-second overlap period to ensure no data gaps between old and new markets.
When a new market replaces an expired one, the system captures data from both the old and new markets simultaneously for 30 seconds before decommissioning the old one. This ensures continuous data coverage across market boundaries.
Timeframes (Crypto Markets)
| Timeframe | Duration | Resolution | Use Case |
|---|---|---|---|
5m | 5 minutes | Every 5 min | Scalping, high-frequency analysis |
15m | 15 minutes | Every 15 min | Short-term momentum |
1h | 1 hour | Hourly | Intraday trends |
1d | 1 day | Daily | Daily sentiment tracking |