pinnacle_league_matchups
Fetch all matchups for a league using its league ID. Returns each game with teams, alignment, start time, market availability, and live status.
Instructions
All matchups for one league (competition) — e.g. every NBA game on the board.
Returns: [{id, league:{name}, participants:[{name, alignment}], startTime, hasMarkets, isLive}] (top-level array)
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leagueId | Yes | League id, from pinnacle_sport_leagues. Required — part of the URL path. |