bitfinex-node-api
    Preparing search index...

    Interface IFundingBookItem

    interface IFundingBookItem {
        amount: string;
        frr: "No" | "Yes";
        period: number;
        rate: string;
        timestamp: string;
    }
    Index

    Properties

    amount: string
    frr: "No" | "Yes"
    period: number
    rate: string
    timestamp: string