Discover/PredictParity API
live

PredictParity APIpredictparity.com

Access PredictParity prediction market data: search markets, get detailed outcomes with APY, browse tags, and query trader leaderboards via 4 REST endpoints.

Endpoint health
verified 2d ago
get_market
get_traders
search_markets
get_tags
4/4 passing latest checkself-healing
Endpoints
4
Updated
16d ago

What is the PredictParity API?

The PredictParity API exposes 4 endpoints covering prediction market search, individual market details, tag discovery, and trader analytics. The search_markets endpoint lets you filter across weather, geopolitics, crypto, and other market categories by tag slug, status, sort field, and text query. Each market record includes outcomes with midPoint, spread, and APY alongside liquidity and net flow volume data.

This call costs1 credit / call— charged only on success
Try it
Comma-separated list of tag slugs to include (e.g. highest-temperature,weather,politics). Use get_tags endpoint to discover available tag slugs.
Number of results per page (1-100).
Text search query to filter markets by question/title.
Pagination offset (0-based).
Market status filter.
Field to sort results by.
Sort direction.
Comma-separated list of tag slugs to exclude (e.g. sports,crypto).
api.parse.bot/scraper/51e2bb62-bec2-4e76-9175-ec870cb81137/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/51e2bb62-bec2-4e76-9175-ec870cb81137/search_markets?limit=5&offset=0&status=active&sort_by=volume24h&sort_order=desc' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalmissing one? ·

Search and list prediction markets with optional filters for tags, status, and text search. Returns paginated results sorted by the specified field. Pagination is offset-based with manual offset/limit control. Each market includes outcomes with current midPoint prices, volume metrics, and associated tags.

Input
ParamTypeDescription
tagsstringComma-separated list of tag slugs to include (e.g. highest-temperature,weather,politics). Use get_tags endpoint to discover available tag slugs.
limitintegerNumber of results per page (1-100).
querystringText search query to filter markets by question/title.
offsetintegerPagination offset (0-based).
statusstringMarket status filter.
sort_bystringField to sort results by.
sort_orderstringSort direction.
excluded_tagsstringComma-separated list of tag slugs to exclude (e.g. sports,crypto).
Response
{
  "type": "object",
  "fields": {
    "limit": "integer current limit",
    "offset": "integer current offset",
    "markets": "array of market objects with id, question, outcomes, volume, tags, slug, status, etc.",
    "has_more": "boolean indicating if more results are available"
  },
  "sample": {
    "data": {
      "limit": 5,
      "offset": 0,
      "markets": [
        {
          "id": "fd7934de-ded5-41da-84b9-85bf635fe12d",
          "slug": "nba-sas-nyk-2026-06-10",
          "tags": [
            {
              "slug": "sports",
              "label": "Sports"
            }
          ],
          "status": "active",
          "volume": 5647847.54,
          "eventId": "fa7848e5-5d31-4a9c-8df3-9e0595bcb2d3",
          "outcomes": [
            {
              "spread": 10000,
              "midPoint": 455000,
              "isPrimary": true,
              "outcomeId": "54ed852d-2dec-4cf7-a1a9-3594ee569c0d",
              "outcomeName": "Spurs"
            }
          ],
          "question": "Spurs vs. Knicks",
          "volume1h": 35686.981528,
          "liquidity": 4007519.84,
          "volume24h": 4720824.417785
        }
      ],
      "has_more": true
    },
    "status": "success"
  }
}

About the PredictParity API

Market Search and Discovery

The search_markets endpoint accepts up to eight parameters: tags and excluded_tags accept comma-separated tag slugs (e.g., highest-temperature,weather), status filters by active, resolved, or closed, and sort_by accepts volume24h, volume1h, liquidity, endDate, or startDate. Results are paginated via limit and offset, and the has_more boolean tells you whether another page exists. The response markets array contains each market's id, question, outcomes, volume, and associated tags.

Market Details

get_market takes a market slug (available from search results) and returns the full record: description with resolution criteria, outcomes array with per-outcome midPoint, spread, and apy, plus liquidity, total volume in USD, and a netFlowVolumes object showing directional volume flow. An optional platform parameter currently accepts polymarket, allowing cross-platform lookups on supported markets.

Tags and Traders

get_tags returns a flat list of tag objects, each with a slug, human-readable label, and activeMarketCount. This is the canonical way to discover valid slugs before passing them into search_markets. The get_traders endpoint lists platform traders with analytics, badges, and trading traits, sortable by volume, pnl, or rank, and supports text search via the query parameter alongside standard limit/offset pagination.

Reliability & maintenanceVerified

The PredictParity API is a managed, monitored endpoint for predictparity.com — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when predictparity.com changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official predictparity.com API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
2d ago
Latest check
4/4 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Monitor active weather prediction markets by filtering search_markets with the highest-temperature or weather tag slugs.
  • Track APY and spread on geopolitical outcomes by calling get_market with a slug like will-china-invade-taiwan-before-2027.
  • Build a leaderboard dashboard by querying get_traders sorted by pnl or rank with paginated results.
  • Discover which market categories are most active by checking activeMarketCount from get_tags.
  • Alert on newly opened crypto prediction markets by polling search_markets with status=active and sort_by=startDate.
  • Analyze net directional sentiment by reading netFlowVolumes from get_market across a portfolio of market slugs.
  • Find underexplored market niches by combining excluded_tags and sort_by=liquidity in search_markets.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does PredictParity have an official developer API?+
PredictParity does not publish a documented public developer API. This Parse API provides structured access to its market, tag, and trader data through four endpoints.
What does `get_market` return beyond a market's current price?+
Beyond price, get_market returns per-outcome midPoint, spread, and apy, the full description with resolution criteria, current liquidity, total volume in USD, and a netFlowVolumes object that breaks down directional volume flow for the market.
Can I retrieve historical trade or order book data for a specific market?+
Not currently. The API returns current market state including outcomes, liquidity, and net flow volumes, but does not expose a historical time series of trades or order book snapshots. You can fork this API on Parse and revise it to add a historical data endpoint if PredictParity surfaces that data.
How does tag filtering in `search_markets` work, and where do I get valid tag slugs?+
The tags and excluded_tags parameters accept comma-separated slugs. Call get_tags first — it returns every available slug alongside its label and activeMarketCount. Slugs from that response are the valid inputs for search_markets filtering.
Does the API cover markets from platforms other than PredictParity itself?+
The get_market endpoint accepts an optional platform parameter that currently supports polymarket. Cross-platform search filtering and trader data from external platforms are not currently covered. You can fork this API on Parse and revise it to add broader multi-platform support.
Page content last updated . Spec covers 4 endpoints from predictparity.com.
Related APIs in FinanceSee all →
polymarket.com API
Browse top Polymarket events and markets by volume/liquidity and view the Polymarket trader leaderboard (profit or volume) over common timeframes.
manifold.markets API
Search and discover prediction markets on Manifold Markets by keyword, with flexible sorting and filtering options to find exactly what you're looking for. Easily browse markets with pagination support to explore thousands of predictions on topics from politics to pop culture.
polymarketanalytics.com API
Track any trader's performance on Polymarket by retrieving their wallet positions, trade history, profit/loss records, category breakdowns, and deposit/withdrawal activity. Monitor trading strategies and market exposure across multiple prediction markets in real-time.
sentimentrader.com API
Track real-time market sentiment and investor behavior by accessing Smart Money/Dumb Money confidence levels, trending stocks, and capitulation signals to inform your trading decisions. Monitor macroeconomic conditions alongside sentiment indicators to get a comprehensive view of current market psychology and potential turning points.
sportscardinvestor.com API
Access data from sportscardinvestor.com.
stockanalysis.com API
Access comprehensive stock market data including real-time financials, income statements, statistics, and IPO calendars to research individual stocks and identify market movers. Search stocks, view detailed overviews, and monitor premarket activity all in structured, easy-to-use format.
ballparkpal.com API
Get MLB prediction data including the most likely outcomes for batters, pitchers, teams, and games across 22 statistical categories with probability scores and betting lines. Search available dates and browse prediction categories to power your baseball analysis and betting decisions with simulation-based forecasts.
airdna.co API
Search short-term rental markets to instantly access comprehensive performance metrics like average daily rates, occupancy rates, revenue, RevPAR, and market scores. Get detailed market overviews that help you compare rental performance across different locations and make data-driven decisions about investment opportunities.