bitfinex-node-api
    Preparing search index...

    Interface IFundingBookSnapshotMessage

    Initial snapshot for an aggregated funding book subscription. Raw frame: [CHAN_ID, [[RATE, PERIOD, COUNT, AMOUNT], ...]].

    interface IFundingBookSnapshotMessage {
        book: IFundingBookLevel[];
        channel_id: number;
        currency: string;
        type: "funding_book_snapshot";
    }
    Index

    Properties

    channel_id: number
    currency: string
    type: "funding_book_snapshot"