@using BTCPayServer.Services.Wallets @using BTCPayServer.Payments @model BTCPayServer.Components.StoreWalletBalance.StoreWalletBalanceViewModel @inject BTCPayNetworkProvider NetworkProvider
Wallet Balance
@if (Model.CryptoCode != Model.DefaultCurrency) {
}
@if (Model.Balance != null) {

@Model.Balance

@Model.CryptoCode
} @if (Model.Series != null) {
}
@if (Model.Series != null) {
} else if (Model.Store.GetPaymentMethodConfig(PaymentTypes.CHAIN.GetPaymentMethodId(Model.CryptoCode)) is null) {

We would like to show you a chart of your balance but you have not yet configured a wallet.

} else {

We would like to show you a chart of your balance. Please migrate to the new NBXplorer backend for that data to become available.

}