bitfinex-node-api
    Preparing search index...

    Interface IRawFundingBookSnapshotMessage

    Initial snapshot for a raw funding book subscription (prec = R0). Raw frame: [CHAN_ID, [[OFFER_ID, PERIOD, RATE, AMOUNT], ...]].

    interface IRawFundingBookSnapshotMessage {
        book: IRawFundingBookLevel[];
        channel_id: number;
        currency: string;
        type: "raw_funding_book_snapshot";
    }
    Index

    Properties

    channel_id: number
    currency: string
    type: "raw_funding_book_snapshot"