poloniex-node-api
    Preparing search index...

    Interface IOrderBook

    interface IOrderBook {
        asks: string[];
        bids: string[];
        scale: string;
        time: number;
        ts: number;
    }
    Index

    Properties

    asks: string[]
    bids: string[]
    scale: string
    time: number
    ts: number