Method signature
Parameters
The player’s unique PUUID. Can be obtained from account endpoints like
GET_getByRiotId.The region to execute against. Must be one of:
ap, br, esports, eu, kr, latam, na.Returns
Match history data for the specified player.
When
raw_data=True is set on the client, this method returns a Dict instead of a MatchlistDto object.Exceptions
InvalidRegion: If the provided region is invalid.RiotAPIResponseError: If the API response indicates an error (e.g., player not found).

