GET Wallet

https://pd.{shard}.a.pvp.net/store/v1/wallet/{puuid}

Get the current wallet balance for the user

Headers

URL Parameters

Other Variables

Response

type WalletResponse = {
    Balances: {
        [x: string]: number;
    };
};