bitfinex-node-api
    Preparing search index...

    Interface IRawFundingBookLevel

    A single offer in the raw (R0) funding book.

    interface IRawFundingBookLevel {
        amount: number;
        offer_id: number;
        period: number;
        rate: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    amount: number
    offer_id: number
    period: number
    rate: number