Binance Connector JS
    Preparing search index...

    Request parameters for queryLiquidationLoanRepayHistory operation in TradeApi. QueryLiquidationLoanRepayHistoryRequest

    interface QueryLiquidationLoanRepayHistoryRequest {
        current?: number | bigint;
        endTime?: number | bigint;
        recvWindow?: number | bigint;
        size?: number | bigint;
        startTime?: number | bigint;
    }
    Index

    Properties

    current?: number | bigint

    Current page number, default 1

    TradeApiQueryLiquidationLoanRepayHistory

    endTime?: number | bigint

    End time in Unix timestamp (milliseconds). Defaults to now if not specified

    TradeApiQueryLiquidationLoanRepayHistory

    recvWindow?: number | bigint

    TradeApiQueryLiquidationLoanRepayHistory

    size?: number | bigint

    Page size, default 50

    TradeApiQueryLiquidationLoanRepayHistory

    startTime?: number | bigint

    Start time in Unix timestamp (milliseconds). Defaults to 7 days ago if not specified

    TradeApiQueryLiquidationLoanRepayHistory