bitfinex-node-api
    Preparing search index...

    Interface IFundingInfoV2

    interface IFundingInfoV2 {
        duration_lend: number;
        duration_loan: number;
        symbol: string;
        type: "sym";
        yield_lend: number;
        yield_loan: number;
    }
    Index

    Properties

    duration_lend: number
    duration_loan: number
    symbol: string
    type: "sym"
    yield_lend: number
    yield_loan: number