UNPKG

tardis-dev

Version:

Convenient access to tick-level historical and real-time cryptocurrency market data via Node.js

16 lines 628 B
import { Filter } from '../types'; import { RealTimeFeedBase } from './realtimefeed'; export declare class CoinbaseRealTimeFeed extends RealTimeFeedBase { private _hasCredentials; protected get wssURL(): "wss://ws-direct.exchange.coinbase.com" | "wss://ws-feed.exchange.coinbase.com"; protected channelMappings: { full: string[]; level2: string[]; matches: string[]; ticker: string[]; }; protected mapToSubscribeMessages(filters: Filter<string>[]): any[]; private getAuthParams; protected messageIsError(message: any): boolean; } //# sourceMappingURL=coinbase.d.ts.map