Binance Connector JS
    Preparing search index...

    VipLoanFixedRateBorrowResponse

    interface VipLoanFixedRateBorrowResponse {
        actualReceivedAmount?: string;
        autoRepay?: boolean;
        borrowAmount?: string;
        borrowCoin?: string;
        borrowInterestRate?: string;
        collateralAccountId?: string;
        collateralCoin?: string;
        duration?: string;
        orderId?: number | bigint;
        status?: string;
    }
    Index

    Properties

    actualReceivedAmount?: string

    Actual received amount

    VipLoanFixedRateBorrowResponse

    autoRepay?: boolean

    Echo of input parameter

    VipLoanFixedRateBorrowResponse

    borrowAmount?: string

    Actual total borrow amount (aggregated when multiple supplyRequest)

    VipLoanFixedRateBorrowResponse

    borrowCoin?: string

    Echo of input parameter

    VipLoanFixedRateBorrowResponse

    borrowInterestRate?: string

    Actual borrow interest rate (weighted average when multiple)

    VipLoanFixedRateBorrowResponse

    collateralAccountId?: string

    Echo of input parameter, comma-separated

    VipLoanFixedRateBorrowResponse

    collateralCoin?: string

    Echo of input parameter, comma-separated

    VipLoanFixedRateBorrowResponse

    duration?: string

    {loanTerm}Days, e.g. "30Days"

    VipLoanFixedRateBorrowResponse

    orderId?: number | bigint

    Order ID

    VipLoanFixedRateBorrowResponse

    status?: string

    Succeeds / Failed / Processing

    VipLoanFixedRateBorrowResponse