Binance Connector JS
    Preparing search index...

    Request parameters for tickerPrice operation in MarketApi. TickerPriceRequest

    interface TickerPriceRequest {
        id?: string;
        symbol?: string;
        symbols?: string[];
    }
    Index

    Properties

    Properties

    id?: string

    Unique WebSocket request ID.

    MarketApiTickerPrice

    symbol?: string

    Describe a single symbol

    MarketApiTickerPrice

    symbols?: string[]

    List of symbols to query

    MarketApiTickerPrice