Recent Match Details
Retrieve recent match information from the last 20 games played.
import { Vanguard, platforms } from "call-of-duty-api";
try {
let data = await Vanguard.combatHistory(gamertag: string, platform: platforms)
} catch(Error) {
//Handle Exception
}
Last updated
Was this helpful?