Binance Connector JS
    Preparing search index...

    QuoteStreamResponse

    interface QuoteStreamResponse {
        ap?: string;
        as?: number;
        bp?: string;
        bs?: number;
        e?: string;
        E?: number | bigint;
        s?: string;
        T?: null | number | bigint;
    }
    Index

    Properties

    Properties

    ap?: string

    Best ask price.

    QuoteStreamResponse

    as?: number

    Best ask size (shares).

    QuoteStreamResponse

    bp?: string

    Best bid price.

    QuoteStreamResponse

    bs?: number

    Best bid size (shares).

    QuoteStreamResponse

    e?: string

    Event type, always \"quote\".

    QuoteStreamResponse

    E?: number | bigint

    Event time — epoch milliseconds when the server pushed the message.

    QuoteStreamResponse

    s?: string

    Symbol (UPPERCASE ticker), e.g. \"AAPL\".

    QuoteStreamResponse

    T?: null | number | bigint

    Source quote timestamp (epoch milliseconds); may be null.

    QuoteStreamResponse