UNPKG

tardis-machine

Version:

Locally runnable server with built-in data caching, providing both tick-level historical and consolidated real-time cryptocurrency market data via HTTP and WebSocket APIs

3 lines 187 B
import { IncomingMessage, ServerResponse } from 'http'; export declare const replayHttp: (req: IncomingMessage, res: ServerResponse) => Promise<void>; //# sourceMappingURL=replay.d.ts.map