Interface MarketDataSource

Represents an Alpaca HTTP market data resource.

Supported types are usEquitySource, cryptoSource and newsSource.

Hierarchy

  • MarketDataSource

Properties

Methods

Properties

Methods

  • get<T>(url: string, queryParams?: Record<string, unknown>): Promise<T>
  • Type Parameters

    • T

    Parameters

    • url: string
    • Optional queryParams: Record<string, unknown>

    Returns Promise<T>

Generated using TypeDoc