fetchEventMatches
Discover corresponding prediction market events on other exchanges. Lookup by event ID or browse all matches with filtering options.
Instructions
Find the same or related event on other venues. Two modes: Lookup mode (eventId/slug provided): Given an event on one venue, discover semantically equivalent events across every other venue PMXT ingests. Browse mode (no identifier): Returns all matched event pairs from the catalog. Supports query and category params for filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | The prediction market exchange to target. | |
| query | No | Keyword search across matched event titles. | |
| category | No | Filter matches by category. | |
| event | No | Pass a UnifiedEvent directly instead of eventId/slug. | |
| eventId | No | Lookup a specific event by ID. Omit for browse mode. | |
| slug | No | ||
| relation | No | ||
| minConfidence | No | ||
| limit | No | ||
| includePrices | No | ||
| verbose | No | Return full uncompacted response. Default false returns a compact, agent-friendly summary. |