bitfinex-node-api
    Preparing search index...

    Interface IFundingAutoRenewStateV2

    interface IFundingAutoRenewStateV2 {
        currency: string;
        period: number;
        rate: number;
        threshold: number | null;
    }
    Index

    Properties

    currency: string
    period: number
    rate: number
    threshold: number | null