bitfinex-node-api
    Preparing search index...

    Interface IRawFundingBookUpdateMessage

    Live update of a single offer in the raw funding book.

    interface IRawFundingBookUpdateMessage {
        amount: number;
        channel_id: number;
        currency: string;
        offer_id: number;
        period: number;
        rate: number;
        type: "raw_funding_book_update";
    }

    Hierarchy (View Summary)

    Index

    Properties

    amount: number
    channel_id: number
    currency: string
    offer_id: number
    period: number
    rate: number
    type: "raw_funding_book_update"