Binance Connector JS
    Preparing search index...

    Interface GetC2CTradeHistoryResponse

    GetC2CTradeHistoryResponse

    interface GetC2CTradeHistoryResponse {
        code?: string;
        data?: GetC2CTradeHistoryResponseDataInner[];
        message?: string;
        success?: boolean;
        total?: number;
    }
    Index

    Properties

    code?: string

    GetC2CTradeHistoryResponse

    GetC2CTradeHistoryResponse

    message?: string

    GetC2CTradeHistoryResponse

    success?: boolean

    GetC2CTradeHistoryResponse

    total?: number

    GetC2CTradeHistoryResponse