fetchRelatedMarkets
Discover related prediction markets across venues by finding subset/superset relationships with live prices.
Instructions
Find related markets across venues. Discovers subset/superset market relationships where one market's outcome implies another, with live prices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | The prediction market exchange to target. | |
| query | No | Keyword search across matched market titles. | |
| category | No | Filter matches by category. | |
| market | No | Pass a UnifiedMarket directly instead of marketId/slug/url. | |
| marketId | No | Lookup a specific market by ID. Omit for browse mode. | |
| slug | No | ||
| url | No | ||
| relation | No | ||
| minConfidence | No | ||
| limit | No | ||
| includePrices | No | ||
| minDifference | No | Minimum price difference between venues. Browse mode only. | |
| sort | No | Sort order. Browse mode only. | |
| verbose | No | Return full uncompacted response. Default false returns a compact, agent-friendly summary. |