v0.3.0
Real-time market analysis with AI-powered insights for smarter trading decisions.
Advanced algorithms with confidence scoring to forecast price movements.
Comprehensive analysis with SMA, RSI, MACD, and Bollinger Bands.
Gemini AI integration for market analysis and trading recommendations.
Analyze data across various intervals from 1 hour to 1 month.
Stream live market data with WebSocket connections for instant updates.
Automatic retries and comprehensive error reporting for reliable operation.
Endpoint | Method | Description |
---|---|---|
/predict/{symbol} | GET | Price prediction with AI analysis |
/symbols | GET | List active trading pairs |
/intraday/{symbol} | GET | Intraday data with custom intervals |
/historical/{symbol} | GET | Historical data with custom intervals |
/ws/realtime/{symbol} | WS | Real-time price streaming |
curl "https://api-crypto.coolifyapp.com/predict/BTCUSDT?interval=4h"
Get a prediction for Bitcoin with 4-hour interval data. Try it yourself!