getPredictionMatchList
Retrieve all matches for a sports event, including current status and prediction markets. Use each match's event ID to access detailed market info before betting.
Instructions
Query all matches for a sports event with their current status and prediction market info.
Returns match details including teams, scheduled time, match status (Live/Upcoming/Ended), and associated prediction markets for each match.
AI agent can use this to show the user available matches to bet on, and then use the eventId to get detailed market info before trading.
Agent hint: Use this to get all matches for FIFA 2026 (eventType=1). Each match has an associated eventId — use it with getPredictionEventDetail to get tokenIds. Filter by matchStatus: 1=Live, 2=Upcoming, 3=Ended. Do NOT show Ended matches for trading unless the user explicitly asks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventType | Yes |