Binance Connector JS
    Preparing search index...

    LatestQuoteResponse

    interface LatestQuoteResponse {
        askPrice?: string;
        askSize?: number;
        bidPrice?: string;
        bidSize?: number;
        symbol?: string;
    }
    Index

    Properties

    askPrice?: string

    Best ask price (USD).

    LatestQuoteResponse

    askSize?: number

    Best ask size (shares).

    LatestQuoteResponse

    bidPrice?: string

    Best bid price (USD).

    LatestQuoteResponse

    bidSize?: number

    Best bid size (shares).

    LatestQuoteResponse

    symbol?: string

    US-equity ticker.

    LatestQuoteResponse