Binance Connector JS
    Preparing search index...

    Interface GetVIPLoanAccruedInterestRequest

    Request parameters for getVIPLoanAccruedInterest operation in UserInformationApi. GetVIPLoanAccruedInterestRequest

    interface GetVIPLoanAccruedInterestRequest {
        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 querying page. Start from 1; default: 1; max: 1000

    UserInformationApiGetVIPLoanAccruedInterest

    endTime?: number | bigint

    UserInformationApiGetVIPLoanAccruedInterest

    limit?: number | bigint

    Default: 10; max: 100

    UserInformationApiGetVIPLoanAccruedInterest

    loanCoin?: string

    UserInformationApiGetVIPLoanAccruedInterest

    orderId?: number | bigint

    UserInformationApiGetVIPLoanAccruedInterest

    recvWindow?: number | bigint

    UserInformationApiGetVIPLoanAccruedInterest

    startTime?: number | bigint

    UserInformationApiGetVIPLoanAccruedInterest