tardis-dev
Version:
Convenient access to tick-level historical and real-time cryptocurrency market data via Node.js
10 lines • 438 B
TypeScript
import { Filter } from '../types';
import { RealTimeFeedBase } from './realtimefeed';
export declare class CoinbaseInternationalRealTimeFeed extends RealTimeFeedBase {
private _hasCredentials;
protected get wssURL(): string;
protected mapToSubscribeMessages(filters: Filter<string>[]): any[];
private getAuthParams;
protected messageIsError(message: any): boolean;
}
//# sourceMappingURL=coinbaseinternational.d.ts.map