Binance Connector JS
    Preparing search index...

    QueryLiquidationLoanRepayHistoryResponse

    interface QueryLiquidationLoanRepayHistoryResponse {
        rows?: QueryLiquidationLoanRepayHistoryResponseRowsInner[];
        total?: number | bigint;
    }
    Index

    Properties

    Properties

    QueryLiquidationLoanRepayHistoryResponse

    total?: number | bigint

    Total number of repayment records

    QueryLiquidationLoanRepayHistoryResponse