Really-amin's picture
Upload 7 files
89c342d verified
|
raw
history blame
943 Bytes
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 check
  • GET /api/markets - List available markets
  • GET /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.