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.

SubcategoryDescriptionExample Markets
NBANational Basketball AssociationGame winners, series outcomes, MVP predictions
NFLNational Football LeagueGame winners, playoff predictions, Super Bowl
EPLEnglish Premier LeagueMatch outcomes, season standings, relegation

Economics

Central bank decisions and economic data releases.

SubcategoryDescriptionExample Markets
FOMCFederal Open Market CommitteeRate hike/cut decisions, dot plot predictions
NFPNonfarm PayrollJobs report above/below expectations

Weather

Temperature predictions, hurricane tracking, and climate indicators.

SubcategoryDescriptionExample Markets
NYC, LA, etc.Daily city temperatures (30 cities)Will NYC high exceed 85F tomorrow?
HurricaneHurricane and tropical storm trackingCategory 4+ hurricane this season?
ArcticArctic ice extentSeptember ice minimum below X million km2?
ClimateBroader climate indicators2026 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.

FieldDescription
conditionIdUnique market identifier (hex string)
categoryMarket category — crypto, sports, economics, weather
subcategorySpecific sub-type — BTC, NBA, FOMC, NYC, etc.
labelHuman-readable market name
tokenIdsArray of token IDs for each outcome
outcomesOutcome labels — ["UP","DOWN"], ["Yes","No"], etc.
configIdCategory configuration reference
slugHuman-readable identifier (e.g., btc-updown-5m-1772799300)
endDateWhen 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.

Transition Process

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)

TimeframeDurationResolutionUse Case
5m5 minutesEvery 5 minScalping, high-frequency analysis
15m15 minutesEvery 15 minShort-term momentum
1h1 hourHourlyIntraday trends
1d1 dayDailyDaily sentiment tracking
Available Markets — API Docs | Resolved Markets