Binance Connector JS
    Preparing search index...

    Interface GetVIPLoanRepaymentHistoryRequest

    Request parameters for getVIPLoanRepaymentHistory operation in UserInformationApi. GetVIPLoanRepaymentHistoryRequest

    interface GetVIPLoanRepaymentHistoryRequest {
        current?: number | bigint;
        endTime?: number | bigint;
        limit?: number | bigint;
        loanCoin?: string;
        orderId?: number | bigint;
        recvWindow?: number | bigint;
        startTime?: number | bigint;
    }
    Index

    Properties

    current?: number | bigint

    Current page number, starting from 1.

    UserInformationApiGetVIPLoanRepaymentHistory

    endTime?: number | bigint

    Maximum interval between startTime and endTime is 180 days.

    UserInformationApiGetVIPLoanRepaymentHistory

    limit?: number | bigint

    Number of records per page.

    UserInformationApiGetVIPLoanRepaymentHistory

    loanCoin?: string

    UserInformationApiGetVIPLoanRepaymentHistory

    orderId?: number | bigint

    UserInformationApiGetVIPLoanRepaymentHistory

    recvWindow?: number | bigint

    UserInformationApiGetVIPLoanRepaymentHistory

    startTime?: number | bigint

    If both startTime and endTime are omitted, the most recent 90 days are returned.

    UserInformationApiGetVIPLoanRepaymentHistory