Matches
Methods
- ListLeaderboard
- ListMatches
- GetMatch
- GetCurrentSeason
- GetNextRewardsTime
- GetNextSeasonTime
- GetCurrentSeasonStartTime
ListLeaderboard
ListLeaderboard(page?: Page, req: ListLeaderboardRequest) => (page?: Page, res: []LeaderboardEntry)
No Authentication Required
- Curl
ListMatches
ListMatches(page?: Page, req: ListMatchesRequest) => (page?: Page, res: []Match)
Developer Authentication Required
- Curl
GetMatch
GetMatch(matchID: uint64) => (match: Match)
Developer Authentication Required
- Curl
GetCurrentSeason
GetCurrentSeason() => (res: uint16)
No Authentication Required
- Curl
GetNextRewardsTime
GetNextRewardsTime() => (res: string)
No Authentication Required
- Curl
GetNextSeasonTime
GetNextSeasonTime() => (res: string)
No Authentication Required
- Curl
GetCurrentSeasonStartTime
GetCurrentSeasonStartTime() => (res: string)
No Authentication Required
- Curl