Binance Connector JS
    Preparing search index...

    Request parameters for getCmIncomeHistory operation in AccountApi. GetCmIncomeHistoryRequest

    interface GetCmIncomeHistoryRequest {
        endTime?: number | bigint;
        incomeType?: GetCmIncomeHistoryIncomeTypeEnum;
        limit?: number | bigint;
        page?: number | bigint;
        recvWindow?: number | bigint;
        startTime?: number | bigint;
        symbol?: string;
    }
    Index

    Properties

    endTime?: number | bigint

    Timestamp in ms to get funding until INCLUSIVE.

    AccountApiGetCmIncomeHistory

    AccountApiGetCmIncomeHistory

    limit?: number | bigint

    Number of results returned.

    AccountApiGetCmIncomeHistory

    page?: number | bigint

    AccountApiGetCmIncomeHistory

    recvWindow?: number | bigint

    AccountApiGetCmIncomeHistory

    startTime?: number | bigint

    Timestamp in ms to get funding from INCLUSIVE.

    AccountApiGetCmIncomeHistory

    symbol?: string

    AccountApiGetCmIncomeHistory