Binance Connector JS
    Preparing search index...

    Request parameters for marginAccountBorrowRepay operation in BorrowRepayApi. MarginAccountBorrowRepayRequest

    interface MarginAccountBorrowRepayRequest {
        amount: string;
        asset: string;
        isIsolated: MarginAccountBorrowRepayIsIsolatedEnum;
        recvWindow?: number | bigint;
        symbol?: string;
        type: MarginAccountBorrowRepayTypeEnum;
    }
    Index

    Properties

    amount: string

    BorrowRepayApiMarginAccountBorrowRepay

    asset: string

    BorrowRepayApiMarginAccountBorrowRepay

    TRUE for Isolated Margin, FALSE for Cross Margin

    BorrowRepayApiMarginAccountBorrowRepay

    recvWindow?: number | bigint

    BorrowRepayApiMarginAccountBorrowRepay

    symbol?: string

    Only for Isolated margin

    BorrowRepayApiMarginAccountBorrowRepay

    BorrowRepayApiMarginAccountBorrowRepay