metadata
title: Datasourceforcryptocurrency
emoji: 📈
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
app_port: 7860
Crypto Data Source & Trading System
A comprehensive cryptocurrency data source and trading platform built with FastAPI backend and React frontend.
Features
- Real-time cryptocurrency market data
- Technical analysis indicators
- Trading signals
- Portfolio management
- Multi-exchange support via CCXT
API Endpoints
GET /api/health- Health checkGET /api/markets- List available marketsGET /api/ticker/{symbol}- Get ticker data for a symbol
Documentation
Visit /docs for interactive API documentation.
Local Development
Backend
cd backend
pip install -r requirements.txt
uvicorn app:app --reload --port 8000
Frontend
cd frontend
npm install
npm run dev
Deployment
This Space automatically builds and deploys on push to the main branch.