Function getMarketQuotes

  • Get the current market quotes for a set of symbols.

    Parameters

    • auth: Authorization

      authorization {appId, accessToken}

    • symbols: string[]

      list of symbols

    Returns Promise<MarketQuote[]>

    market quotes [{symbol, name, exchange, ...}]

Generated using TypeDoc