bitfinex-node-api
    Preparing search index...

    Interface INewOfferOptions

    interface INewOfferOptions {
        amount: string;
        currency: string;
        direction: "lend" | "loan";
        period: number;
        rate: string;
    }
    Index

    Properties

    amount: string
    currency: string
    direction: "lend" | "loan"
    period: number
    rate: string