Binance Connector JS
    Preparing search index...

    Request parameters for vipLoanFixedRateBorrow operation in TradeApi. VipLoanFixedRateBorrowRequest

    interface VipLoanFixedRateBorrowRequest {
        autoRepay?: boolean;
        borrowCoin: string;
        borrowUid: number | bigint;
        collateralAccountId: string;
        collateralCoin: string;
        loanTerm: number | bigint;
        recvWindow?: number | bigint;
        supplyRequest: string;
    }
    Index

    Properties

    autoRepay?: boolean

    Default: true. true: auto repay at expiration; false: auto-convert to flexible (floating rate) at expiration

    TradeApiVipLoanFixedRateBorrow

    borrowCoin: string

    Borrow coin

    TradeApiVipLoanFixedRateBorrow

    borrowUid: number | bigint

    Borrow receiving account UID

    TradeApiVipLoanFixedRateBorrow

    collateralAccountId: string

    Multiple split by ,

    TradeApiVipLoanFixedRateBorrow

    collateralCoin: string

    Collateral coin(s), multiple separated by ,. Only coin names, no amount (VIP loan collateral amount = entire spot account balance)

    TradeApiVipLoanFixedRateBorrow

    loanTerm: number | bigint

    30/60 days

    TradeApiVipLoanFixedRateBorrow

    recvWindow?: number | bigint

    TradeApiVipLoanFixedRateBorrow

    supplyRequest: string

    Supply request string, positional encoding (no key). Multiple entries separated by ;, fields separated by :, order: <requestId>:<interestRate>:<amount>. Example: 1212:0.12:100;3434:0.13:50

    TradeApiVipLoanFixedRateBorrow