bitfinex-node-api
    Preparing search index...

    Interface ISubmitFundingOfferOptions

    interface ISubmitFundingOfferOptions {
        amount: string;
        flags?: number;
        period: number;
        rate: string;
        symbol: string;
        type: IFundingOfferTypeV2;
    }
    Index

    Properties

    amount: string
    flags?: number
    period: number
    rate: string
    symbol: string