3.6.2 Data Flow

1. Fetch market data from external APIs (Binance, CoinGecko).

2. Cache in Redis for quick retrieval.

3. Push to connected clients via Socket.io (marketUpdate event).

Last updated