poloniex-node-api
    Preparing search index...

    Interface IBookData

    interface IBookData {
        asks: [string, string][];
        bids: [string, string][];
        createTime: number;
        id: number;
        symbol: string;
        ts: number;
    }
    Index

    Properties

    asks: [string, string][]
    bids: [string, string][]
    createTime: number
    id: number
    symbol: string
    ts: number