bitfinex-node-api
    Preparing search index...

    Interface ITradesOptions

    interface ITradesOptions {
        limit_trades?: number;
        symbol?: string;
        timestamp?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    limit_trades?: number
    symbol?: string
    timestamp?: number