VeztaVezta

Matches

Sports and esports match listings, leagues, counts, and charts

The Matches API exposes sports and esports match data derived from Vezta's sports markets — match listings, per-league views, aggregated counts, and price charts. All endpoints are public.

Endpoints

MethodPathAuthDescription
GET/api/v1/matchesNoList sports/esports matches
GET/api/v1/matches/countsNoAggregated match counts by league and status
GET/api/v1/matches/leaguesNoList distinct leagues for a sport
GET/api/v1/matches/league/:leagueNoList all matches for a specific league
GET/api/v1/matches/:slugNoGet match details
GET/api/v1/matches/:slug/chartNoGet match chart data
POST/api/v1/matches/syncNoTrigger a sports/esports market sync
  • Live sports state and standings are delivered over the market:sports-state, market:sports-stats, and sports:standings WebSocket channels.
  • Per-game stats and league standings are also available via GET /api/v1/games/:id/stats and GET /api/v1/leagues/:slug/standings.

On this page