Skip to content

@swapped/connect-sdk / core / WalletBalanceFormatted

Type Alias: WalletBalanceFormatted

WalletBalanceFormatted = object

Defined in: src/types/wallets.types.ts:231

Display-ready strings for a wallet token balance (Coinbase-style).

Properties

balance

balance: string

Defined in: src/types/wallets.types.ts:233

Same human-readable crypto amount as displayBalance.


fiatValue

fiatValue: string

Defined in: src/types/wallets.types.ts:235

Fiat amount via formatCurrencyAmount; empty when unknown.