Binance Connector JS
    Preparing search index...

    Request parameters for flexibleLoanRepay operation in FlexibleRateApi. FlexibleLoanRepayRequest

    interface FlexibleLoanRepayRequest {
        collateralCoin: string;
        collateralReturn?: boolean;
        fullRepayment?: boolean;
        loanCoin: string;
        recvWindow?: number | bigint;
        repayAmount: number;
        repaymentType?: FlexibleLoanRepayRepaymentTypeEnum;
    }
    Index

    Properties

    collateralCoin: string

    FlexibleRateApiFlexibleLoanRepay

    collateralReturn?: boolean

    TRUE: Return extra collateral to spot account; FALSE: Keep extra collateral in the order and lower LTV.

    FlexibleRateApiFlexibleLoanRepay

    fullRepayment?: boolean

    TRUE: Full repayment; FALSE: Partial repayment based on loan amount

    FlexibleRateApiFlexibleLoanRepay

    loanCoin: string

    FlexibleRateApiFlexibleLoanRepay

    recvWindow?: number | bigint

    Request validity window in milliseconds

    FlexibleRateApiFlexibleLoanRepay

    repayAmount: number

    FlexibleRateApiFlexibleLoanRepay

    1: Repayment with loan asset; 2: Repayment with collateral

    FlexibleRateApiFlexibleLoanRepay