Binance Connector JS
    Preparing search index...

    Request parameters for exchangeInfo operation in MarketDataApi. ExchangeInfoRequest

    interface ExchangeInfoRequest {
        symbol?: string;
    }
    Index

    Properties

    Properties

    symbol?: string

    Filter to a single US-equity ticker, e.g. AAPL. When omitted, returns all active symbols. An unknown ticker returns an empty symbols array (HTTP 200), not an error.

    MarketDataApiExchangeInfo