This Python-based server offers real-time and historical cryptocurrency market data, built with FastAPI and fetching information from major exchanges via CCXT. Developed to explore MCP server functionality, interact with crypto APIs, and build a clean, modular Python backend, it addresses requirements like data fetching, real-time updates, historical queries, caching, structured code, and test coverage, all while maintaining simplicity and readability.
Key Features
010 GitHub stars
02Live price lookup for cryptocurrencies
03Robust error handling
04Comprehensive test coverage using pytest
05Lightweight data caching for efficiency
06Historical OHLCV data (1-hour candles, last 24 hours)