bitfinex-node-api
    Preparing search index...

    Interface IRawBookSnapshotMessage

    Initial snapshot for a raw book subscription (prec = R0). Raw frame: [CHAN_ID, [[ORDER_ID, PRICE, AMOUNT], ...]].

    https://docs.bitfinex.com/v1/reference/ws-public-raw-order-books

    interface IRawBookSnapshotMessage {
        book: IRawBookLevel[];
        channel_id: number;
        type: "raw_book_snapshot";
    }
    Index

    Properties

    book: IRawBookLevel[]
    channel_id: number
    type: "raw_book_snapshot"