Binance Connector JS
    Preparing search index...

    GetCmIncomeHistoryResponseInner

    interface GetCmIncomeHistoryResponseInner {
        asset?: string;
        income?: string;
        incomeType?: string;
        info?: string;
        symbol?: string;
        time?: number | bigint;
        tradeId?: string;
        tranId?: string;
    }
    Index

    Properties

    asset?: string

    Income asset.

    GetCmIncomeHistoryResponseInner

    income?: string

    Income amount.

    GetCmIncomeHistoryResponseInner

    incomeType?: string

    Income type.

    GetCmIncomeHistoryResponseInner

    info?: string

    Extra information.

    GetCmIncomeHistoryResponseInner

    symbol?: string

    Trade symbol, if existing.

    GetCmIncomeHistoryResponseInner

    time?: number | bigint

    Event time.

    GetCmIncomeHistoryResponseInner

    tradeId?: string

    Trade ID, if existing.

    GetCmIncomeHistoryResponseInner

    tranId?: string

    Transaction ID.

    GetCmIncomeHistoryResponseInner