Skip to main content

RawBalanceEntry

@totemsdk/realtime


@totemsdk/realtime / RawBalanceEntry

Interface: RawBalanceEntry

Raw shape accepted by toPortfolioEntry(). All fields are optional — missing fields get safe defaults.

Properties

address?

optional address?: string


artimage?

optional artimage?: string


balance?

optional balance?: string

alias used by some endpoints


confirmed?

optional confirmed?: string


confirmed_balance?

optional confirmed_balance?: string

alias used in some responses


decimals?

optional decimals?: string | number


name?

optional name?: string


sendable?

optional sendable?: string


ticker?

optional ticker?: string


token?

optional token?: string | { artimage?: string; decimals?: string | number; description?: string; name?: string; ticker?: string; webvalidate?: string; }

nested token metadata object


token_id?

optional token_id?: string

hex tokenid used by WS protocol


tokenid?

optional tokenid?: string


total?

optional total?: string

canonical total (confirmed + unconfirmed)


unconfirmed?

optional unconfirmed?: string


unconfirmed_balance?

optional unconfirmed_balance?: string


webvalidate?

optional webvalidate?: string