Skip to main content
Use matching to find cross-venue clusters, then use price helpers or venue exchanges to inspect executable bid/ask data.

compareMarketPrices

Side-by-side bid/ask for identity matches in the hosted catalog. This returns a flat side-by-side view for one anchored market. For cluster-first discovery across the whole catalog, use fetchMatchedMarketClusters.

Response shape

fetchRelatedMarkets

Find related markets across venues — markets whose resolution condition is a subset or superset of the target market.
Subset means A=YES implies B=YES but not vice versa. Superset is the reverse. See relation types for the full taxonomy.
fetchRelatedMarkets filters to subset and superset relations. If you want all relation types, use fetchMatchedMarketClusters with relation or relations filters.

fetchMatchedMarketClusters

Returns matched market clusters across venues. Use this when you want the full group of markets first, then inspect prices and outcomes inside each venue market.

Parameters

Results are cluster-first. PMXT does not pick a best opportunity for you; inspect the returned markets, outcomes, and order books before deciding how to trade.

Response shape

Composing with venue exchanges

The Router is read-only. To trade, use venue-specific exchange classes with the local SDK. A typical workflow:
Router returns the same unified schema as every other exchange, but identifiers keep their address space. Catalog IDs work for Router and hosted flows; direct self-hosted venue calls need venue-native IDs returned by that venue client.