bitfinex-node-api
    Preparing search index...

    Interface ILedgersOptions

    interface ILedgersOptions {
        category?: number;
        currency?: string;
        end?: number;
        limit?: number;
        start?: number;
        wallet?: IWalletTypeV2;
    }

    Hierarchy (View Summary)

    Index

    Properties

    category?: number
    currency?: string
    end?: number
    limit?: number
    start?: number
    wallet?: IWalletTypeV2