Binance Connector JS
    Preparing search index...

    Interface TickerPriceRequest

    Request parameters for tickerPrice operation in MarketApi. TickerPriceRequest

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

    Properties

    Properties

    symbol?: string

    Symbol to query

    MarketApiTickerPrice

    symbols?: string[]

    List of symbols to query

    MarketApiTickerPrice