bitfinex-node-api
    Preparing search index...

    Interface IWallet

    interface IWallet {
        balance: number;
        balance_available: number | null;
        currency: string;
        unsettled_interest: number;
        wallet_type: IWalletType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    balance: number
    balance_available: number | null
    currency: string
    unsettled_interest: number
    wallet_type: IWalletType