tardis-dev
Version:
Convenient access to tick-level historical and real-time cryptocurrency market data via Node.js
9 lines • 415 B
TypeScript
import { Filter } from '../types.ts';
import { RealTimeFeedBase } from './realtimefeed.ts';
export declare class GateIORealTimeFeed extends RealTimeFeedBase {
protected readonly wssURL = "wss://api.gateio.ws/ws/v4/";
protected httpURL: string;
protected mapToSubscribeMessages(filters: Filter<string>[]): any[];
protected messageIsError(message: any): boolean;
}
//# sourceMappingURL=gateio.d.ts.map