GET_getMatchlist

  • Riot Documentation

  • API URL:

    https://{region}.api.riotgames.com/val/match/v1/matchlists/by-puuid/{puuid}
    

Description

Get matchlist for games played by puuid.

async def GET_getMatchlist(self, puuid: str, region: str) -> dict:

Arguments

Examples

Basic example (Just required arguments)

import valaw

client = valaw.Client("riot_api_token", "cluster")

async def func():
    matchlist_data = await client.GET_getMatchlist("puuid", "region")