Binance Connector JS
    Preparing search index...

    Request parameters for vipLoanBorrow operation in TradeApi. VipLoanBorrowRequest

    interface VipLoanBorrowRequest {
        collateralAccountId: string;
        collateralCoin: string;
        isFlexibleRate: boolean;
        loanAccountId: number;
        loanAmount: number;
        loanCoin: string;
        recvWindow?: number;
    }
    Index

    Properties

    collateralAccountId: string

    Multiple split by ,

    TradeApiVipLoanBorrow

    collateralCoin: string

    Multiple split by ,

    TradeApiVipLoanBorrow

    isFlexibleRate: boolean

    Default: TRUE. TRUE : flexible rate; FALSE: fixed rate

    TradeApiVipLoanBorrow

    loanAccountId: number

    TradeApiVipLoanBorrow

    loanAmount: number

    TradeApiVipLoanBorrow

    loanCoin: string

    TradeApiVipLoanBorrow

    recvWindow?: number

    TradeApiVipLoanBorrow