bitfinex-node-api
    Preparing search index...

    Interface IBalanceHistoryOptions

    interface IBalanceHistoryOptions {
        currency: string;
        limit?: number;
        since?: string;
        until?: string;
        wallet?: IWalletType;
    }
    Index

    Properties

    currency: string
    limit?: number
    since?: string
    until?: string
    wallet?: IWalletType