poloniex-node-api
    Preparing search index...

    Interface IOrderBookOptions

    interface IOrderBookOptions {
        limit?: 5 | 10 | 20 | 50 | 100 | 150;
        scale?: number;
        symbol?: string;
    }
    Index

    Properties

    limit?: 5 | 10 | 20 | 50 | 100 | 150
    scale?: number
    symbol?: string