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

@Model.Balance

@Model.CryptoCode
} @if (Model.Series != null) {
}
@if (Model.Series != null) {
} 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.

}