bitfinex-node-api
    Preparing search index...

    Interface IFundingBookOptions

    interface IFundingBookOptions {
        currency?: string;
        limit_asks?: number;
        limit_bids?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    currency?: string
    limit_asks?: number
    limit_bids?: number