Skip to main content
GET
/
v2
/
sports
/
live
Live Overview
curl --request GET \
  --url https://api.polynode.dev/v2/sports/live \
  --header 'x-api-key: <api-key>'
{
  "volumes_24h": {
    "nba": 19219377.26,
    "league-of-legends": 9525630.77,
    "mlb": 1483646.98,
    "cs2": 701435.31,
    "nhl": 229851.77,
    "epl": 117259.89,
    "mls": 180371.74,
    "atp": 339177.77
  },
  "market_counts": {
    "mls": 171,
    "nhl": 125,
    "cs2": 108,
    "mlb": 83,
    "nba": 75,
    "atp": 65
  },
  "upcoming_leagues": [
    "atp", "bkcba", "cricipl", "cs2",
    "league-of-legends", "mlb", "nba",
    "nhl", "valorant", "wta"
  ],
  "latest_event_dates": {
    "nba": "2026-04-13",
    "nhl": "2026-04-13",
    "mlb": "2026-04-06",
    "epl": "2026-04-12"
  }
}
Returns a dashboard view of what’s happening across all sports and esports right now. Use this to see which leagues are active, where the volume is, and what’s coming up.
key
string
required
Your API key.
{
  "volumes_24h": {
    "nba": 19219377.26,
    "league-of-legends": 9525630.77,
    "mlb": 1483646.98,
    "cs2": 701435.31,
    "nhl": 229851.77,
    "epl": 117259.89,
    "mls": 180371.74,
    "atp": 339177.77
  },
  "market_counts": {
    "mls": 171,
    "nhl": 125,
    "cs2": 108,
    "mlb": 83,
    "nba": 75,
    "atp": 65
  },
  "upcoming_leagues": [
    "atp", "bkcba", "cricipl", "cs2",
    "league-of-legends", "mlb", "nba",
    "nhl", "valorant", "wta"
  ],
  "latest_event_dates": {
    "nba": "2026-04-13",
    "nhl": "2026-04-13",
    "mlb": "2026-04-06",
    "epl": "2026-04-12"
  }
}

What each field tells you

FieldWhat it is
volumes_24h24-hour trading volume in USD per league
market_countsNumber of active markets per league
upcoming_leaguesLeagues with games starting soon
latest_event_datesLast scheduled game date per league
Refreshes every 60 seconds. The league codes in volumes_24h and market_counts may differ slightly from the sport codes in /leagues (e.g. league-of-legends vs lol). Use the sport code from /leagues for all other endpoints.

Authorizations

x-api-key
string
header
required

Response

200

Live overview