Binance Connector JS
    Preparing search index...

    Request parameters for marginAccountRepayDebt operation in TradeApi. MarginAccountRepayDebtRequest

    interface MarginAccountRepayDebtRequest {
        amount?: string;
        asset: string;
        recvWindow?: number;
        specifyRepayAssets?: string;
    }
    Index

    Properties

    amount?: string

    TradeApiMarginAccountRepayDebt

    asset: string

    TradeApiMarginAccountRepayDebt

    recvWindow?: number

    TradeApiMarginAccountRepayDebt

    specifyRepayAssets?: string

    Specific asset list to repay debt; Can be added in batch, separated by commas

    TradeApiMarginAccountRepayDebt