@pouchy_ai/companion-sdk - v0.1.0
    Preparing search index...

    Interface CompanionWallet

    Read-only snapshot of the companion instance's OWN wallet (receive-only — there is no way to move funds via the SDK). Requires the wallet.read scope.

    interface CompanionWallet {
        balances: WalletBalance[];
        currency: string;
        totalUsd: number;
    }
    Index
    balances: WalletBalance[]

    Nonzero per-currency balances (empty when the wallet is empty).

    currency: string

    Denomination of totalUsd (always "USD" today).

    totalUsd: number

    Total across the balances; the allowed stablecoins are USD-pegged 1:1.