bitfinex-node-api
    Preparing search index...

    Interface IBookSnapshotMessage

    Initial snapshot for an aggregated book subscription (precR0). Raw frame: [CHAN_ID, [[PRICE, COUNT, AMOUNT], ...]].

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

    interface IBookSnapshotMessage {
        book: IBookLevel[];
        channel_id: number;
        type: "book_snapshot";
    }
    Index

    Properties

    book: IBookLevel[]
    channel_id: number
    type: "book_snapshot"