Skip to main content
GET
/
v1
/
matching-markets
Get Matching Markets
curl --request GET \
  --url https://api.predexon.com/v1/matching-markets \
  --header 'x-api-key: <api-key>'
{
  "query": {
    "condition_id": "<string>",
    "market_slug": "<string>",
    "market_id": "<string>",
    "title": "<string>",
    "status": "<string>",
    "platform": "POLYMARKET"
  },
  "matches": {},
  "summary": {
    "total_matches": 123,
    "exact_matches": 123,
    "related_matches": 123,
    "platforms": [
      "<string>"
    ]
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get yours at https://dashboard.predexon.com

Query Parameters

polymarket_condition_id
string | null

Polymarket condition ID (hex hash)

polymarket_market_slug
string | null

Polymarket market slug

polymarket_market_id
string | null

Polymarket market ID (numeric)

kalshi_market_ticker
string | null

Kalshi market ticker

match_type
string | null

Filter by match type: 'exact', 'related', or 'all' (default: all)

Response

Successful Response

Response for Polymarket market matching query.

query
PolymarketQueryInfo · object
required

Polymarket query information.

matches
Matches · object
required
summary
MatchSummary · object
required

Summary of matches.