Binance Connector JS
    Preparing search index...

    Request parameters for flexibleLoanBorrow operation in FlexibleRateApi. FlexibleLoanBorrowRequest

    interface FlexibleLoanBorrowRequest {
        collateralAmount?: number;
        collateralCoin: string;
        loanAmount?: number;
        loanCoin: string;
        recvWindow?: number;
    }
    Index

    Properties

    collateralAmount?: number

    Mandatory when loanAmount is empty

    FlexibleRateApiFlexibleLoanBorrow

    collateralCoin: string

    FlexibleRateApiFlexibleLoanBorrow

    loanAmount?: number

    Mandatory when collateralAmount is empty

    FlexibleRateApiFlexibleLoanBorrow

    loanCoin: string

    FlexibleRateApiFlexibleLoanBorrow

    recvWindow?: number

    FlexibleRateApiFlexibleLoanBorrow