Hosted
Market Matches
Find the same or related market on other venues. Two modes: Lookup mode (marketId/slug/url provided): Given a market on one venue, discover semantically equivalent markets across every other venue PMXT ingests. Browse mode (no identifier): Returns all matched market pairs from the catalog. Supports query, category, minDifference, and sort params for filtering.
get/api/router/fetchMarketMatches
Query parameters
querystring
Keyword search across matched market titles.
categorystring
Filter matches by category.
Pass a UnifiedMarket directly instead of marketId/slug/url.
marketIdstring
Lookup a specific market by ID. Omit for browse mode.
slugstring
urlstring
relation'identity' | 'complement' | 'subset' | 'superset' | 'overlap' | 'disjoint'
minConfidencenumber
limitnumber
includePricesboolean
minDifferencenumber
Minimum price difference between venues. Browse mode only.
sort'confidence' | 'volume' | 'priceDifference'
Sort order. Browse mode only.
Response
Market Matches response
Example response
{
"success": true
}