bitfinex-node-api
    Preparing search index...

    Interface IRawFundingBookLevelV2

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

    Hierarchy (View Summary)

    Index

    Properties

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