Fetch the global leaderboard.
The type of leaderboard to fetch.
Fetch a profile from an ID.
The ID of the profile to fetch
Fetch the leaderboard of a user.
The ID of the user.
The leaderboard type to fetch.
Fetch the leaderboard of a user with a character.
The ID of the user.
The leaderboard type to fetch.
The character to fetch.
Returns info about the current client, including account info, notifications, and WB network status.
client.info();
Optional
steamTicket:
string
The Steam encrypted application ticket of the account, converted to hex.
Creates an access token, allowing you to access the MultiVersus API.
client.login('username', 'password');
Username of the account to log in with
Password of the account to log in with
Generated using TypeDoc
The base client for interacting with the MultiVersus API.