This is the backend service for a real-time crypto arbitrage trading bot. It continuously monitors price spreads between Binance and Coinbase (Advanced Trade) and automatically executes profitable trades when the spread exceeds a configurable threshold.
- 🔁 Real-time arbitrage detection (Coinbase ↔ Binance)
- ⚡ Executes market buy/sell trades based on opportunity
- 💰 Configurable trade amount and spread threshold
- 🔐 Secure API key management via
.env - 📊 MySQL logging for executed trades
- 🧠 Modular architecture (Binance/Coinbase services, arbitrage engine)
- Node.js + Express
- MySQL (for trade logging)
- Binance REST API
- Coinbase Advanced Trade API
- Open AI for calculating spread % as per market
- dotenv for secrets
- Modular service-based structure
- npm run dev