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 197 B
import type { IncomingMessage, ServerResponse } from 'node:http'; export declare const replayHttp: (req: IncomingMessage, res: ServerResponse) => Promise<void>; //# sourceMappingURL=replay.d.ts.map