Binance Connector JS
    Preparing search index...

    Request parameters for marginAccountBorrowRepay operation in BorrowRepayApi. MarginAccountBorrowRepayRequest

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

    Properties

    amount: string

    BorrowRepayApiMarginAccountBorrowRepay

    asset: string

    BorrowRepayApiMarginAccountBorrowRepay

    isIsolated: string

    TRUE for Isolated Margin, FALSE for Cross Margin, Default FALSE

    BorrowRepayApiMarginAccountBorrowRepay

    recvWindow?: number

    No more than 60000

    BorrowRepayApiMarginAccountBorrowRepay

    symbol: string

    BorrowRepayApiMarginAccountBorrowRepay

    type: string

    MARGIN,ISOLATED

    BorrowRepayApiMarginAccountBorrowRepay