Binance Connector JS
    Preparing search index...

    Request parameters for getIncomeHistory operation in AccountApi. GetIncomeHistoryRequest

    interface GetIncomeHistoryRequest {
        endTime?: number;
        incomeType?: string;
        limit?: number;
        page?: number;
        recvWindow?: number;
        startTime?: number;
        symbol?: string;
    }
    Index

    Properties

    endTime?: number

    AccountApiGetIncomeHistory

    incomeType?: string

    "TRANSFER","WELCOME_BONUS", "FUNDING_FEE", "REALIZED_PNL", "COMMISSION", "INSURANCE_CLEAR", and "DELIVERED_SETTELMENT"

    AccountApiGetIncomeHistory

    limit?: number

    Default 100; max 1000

    AccountApiGetIncomeHistory

    page?: number

    AccountApiGetIncomeHistory

    recvWindow?: number

    AccountApiGetIncomeHistory

    startTime?: number

    AccountApiGetIncomeHistory

    symbol?: string

    AccountApiGetIncomeHistory