pinnacle_league_matchups
Fetch all matchups for a specified league, including teams and start times.
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. |