Binance Connector JS
    Preparing search index...

    CalendarStreamResponse

    interface CalendarStreamResponse {
        e?: string;
        from?: string;
        to?: string;
        ts?: number | bigint;
    }
    Index

    Properties

    Properties

    e?: string

    Event type, always \"calendar\".

    CalendarStreamResponse

    from?: string

    Previous market phase.

    CalendarStreamResponse

    to?: string

    New market phase.

    CalendarStreamResponse

    ts?: number | bigint

    Event timestamp (epoch milliseconds UTC) when the transition was detected.

    CalendarStreamResponse