A real-time market data terminal for cryptocurrency exchanges.
This project aggregates live trade data from multiple cryptocurrency exchanges using their public WebSocket APIs. The data is standardized and broadcast from a backend server to a frontend interface. The goal is to provide a single, unified view of market activity across different trading venues.
- Backend: NestJS, TypeScript, WebSockets
- Frontend: React, TypeScript, Vite, Material-UI
- Data Sources: Real-time WebSocket feeds from exchanges like Binance and Kraken + more coming soon.