bitfinex-node-api
    Preparing search index...

    Interface IDerivativesStatusHistoryOptions

    interface IDerivativesStatusHistoryOptions {
        end?: number;
        key: string;
        limit?: number;
        sort?: ISortDirection;
        start?: number;
    }
    Index

    Properties

    end?: number
    key: string
    limit?: number
    start?: number