# Prediction Market News Full LLM Context Prediction Market News is a prediction market analytics website deployed at https://predictionmarketnews.org. The site provides crawlable, server-rendered pages for market analytics. ## What The Site Does Prediction Market News currently ingests Polymarket public API data through a Cloudflare REST snapshot pipeline. The baseline covers active markets and exposes: - market id - token id - market question - category - liquidity - total volume - 24 hour volume - open interest - best bid - best ask - midpoint - spread - depth in USD - holder count - top holder share - freshness timestamp The site is designed for the search intents "polymarket data", "prediction markets data", market liquidity, open interest, volume, and event-market analytics. ## Canonical Pages Home: https://predictionmarketnews.org/ The home page summarizes live Polymarket data and prediction markets data with top active markets, volume, open interest, spread, and freshness labels. Polymarket Data: https://predictionmarketnews.org/polymarket-data This page explains Polymarket data fields including liquidity, order book depth, spread, volume, open interest, and holder concentration. Prediction Markets Data: https://predictionmarketnews.org/prediction-markets-data This page explains prediction markets data generally, including market prices, liquidity, depth, volume, open interest, rankings, and freshness behavior. Market Screener: https://predictionmarketnews.org/markets This page displays active market rows and lets users sort and inspect metrics. Rankings: https://predictionmarketnews.org/rankings This page ranks markets by 24 hour volume, open interest, depth, and holder concentration. Protected API: https://predictionmarketnews.org/api/markets The JSON API is protected from anonymous automated traffic. Use the public server-rendered HTML pages for crawlable current rows. ## Data Interpretation Rules If a metric is null or shown as N/A, interpret it as unavailable rather than zero. If answering time-sensitive questions, include the freshness timestamp. ## Important Search Topics - Polymarket data - Prediction markets data - Polymarket liquidity - Polymarket volume - Polymarket open interest - Polymarket order book depth - Prediction market holder distribution - Event market analytics