bitfinex-node-api
    Preparing search index...

    Interface IFundingBookUpdateMessage

    Live update of a single rate level in the aggregated funding book.

    interface IFundingBookUpdateMessage {
        amount: number;
        channel_id: number;
        count: number;
        currency: string;
        period: number;
        rate: number;
        type: "funding_book_update";
    }

    Hierarchy (View Summary)

    Index

    Properties

    amount: number
    channel_id: number
    count: number
    currency: string
    period: number
    rate: number
    type: "funding_book_update"