Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 362 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 362 Bytes

cryptoPriceTracker

A websocket based crypto price fetcher, leverages websockets to deliver data with very low latency. Data is fetched from binance websocket streams, and stored as in memory object, continously updates data once connected to the websocket stream. Note: This is just a simple version, it may fetching issues due to binance rate limits.