bitfinex-node-api
    Preparing search index...

    Interface ISymbolPathHistoryOptions

    interface ISymbolPathHistoryOptions {
        end?: number;
        limit?: number;
        start?: number;
        symbol?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    end?: number
    limit?: number
    start?: number
    symbol?: string