poloniex-node-api
    Preparing search index...

    Interface IBook

    interface IBook {
        channel: "book";
        data: [
            {
                asks: [string, string][];
                bids: [string, string][];
                createTime: number;
                id: number;
                symbol: string;
                ts: number;
            },
        ];
    }
    Index

    Properties

    Properties

    channel: "book"
    data: [
        {
            asks: [string, string][];
            bids: [string, string][];
            createTime: number;
            id: number;
            symbol: string;
            ts: number;
        },
    ]