Binance Connector JS
    Preparing search index...

    Request parameters for getIncomeHistory operation in AccountApi. GetIncomeHistoryRequest

    interface GetIncomeHistoryRequest {
        endTime?: number | bigint;
        incomeType?: DerivativesTradingUsdsFuturesRestAPI.GetIncomeHistoryIncomeTypeEnum;
        limit?: number | bigint;
        page?: number | bigint;
        recvWindow?: number | bigint;
        startTime?: number | bigint;
        symbol?: string;
    }
    Index

    Properties

    endTime?: number | bigint

    Timestamp in milliseconds (inclusive end).

    AccountApiGetIncomeHistory

    Income type.

    AccountApiGetIncomeHistory

    limit?: number | bigint

    Maximum number of records to return.

    AccountApiGetIncomeHistory

    page?: number | bigint

    Pagination page number.

    AccountApiGetIncomeHistory

    recvWindow?: number | bigint

    AccountApiGetIncomeHistory

    startTime?: number | bigint

    Timestamp in milliseconds (inclusive start).

    AccountApiGetIncomeHistory

    symbol?: string

    Trading symbol.

    AccountApiGetIncomeHistory