Documentation
Everything you need to integrate, understand, and contribute to AI Predicted Signals.
Table of Contents
Introduction
Welcome to AI Predicted Signals
AI Predicted Signals is a real-time crypto trading signal platform powered by machine learning algorithms and delivered through a modern web interface and Discord integration.
Our platform streams live signals from Redis Cloud with <500ms latency, providing traders with actionable insights backed by transparent performance metrics.
This documentation covers API integration, endpoint reference, authentication flows, and community best practices.
Quick Start
Get started in minutes
Signals API Endpoints
REST & SSE endpoints for integration
Base URL: https://signals-api-gateway.fly.dev
GET /v1/signals - Fetch recent signals (REST)
GET /v1/signals/stream - Server-Sent Events stream for live signals
GET /v1/performance - Performance metrics endpoint
GET /v1/pnl - PnL and equity curve data
GET /v1/status/health - Health check endpoint
All endpoints are currently publicly accessible. Premium features requiring API keys will be available in a future release.
Authentication
Secure access to signals
Authentication is handled via NextAuth with Discord OAuth2 provider.
After login, your session is linked to your Supabase user profile and subscription tier.
API requests must include: Authorization: Bearer <your_token>
Tokens expire after 30 days and are automatically refreshed.
Signal Data Format
Understanding signal structure
Each signal follows the SignalDTO schema:
{
"id": "uuid",
"symbol": "BTCUSDT",
"action": "BUY" | "SELL",
"confidence": 0.85,
"entry_price": 43250.50,
"stop_loss": 42800.00,
"take_profit": 44500.00,
"timestamp": "2025-01-15T12:34:56Z"
}
Community Guidelines
Best practices for our community
✓ Share insights and learning experiences
✓ Ask questions respectfully in Discord channels
✓ Report technical issues via GitHub or support tickets
✓ Follow risk management principles (signals are not financial advice)
✗ Do not share account credentials or API tokens
✗ Avoid spamming or promoting external services
✗ Do not engage in market manipulation discussions
✗ Respect other members and maintain professional conduct
Additional Resources
External links and tools
Investor Information
Transparency for potential acquirers
Platform Status: Production (Vercel deployment)
Uptime: 99.5% (measured over 90 days)
Monthly Active Users: Growing subscriber base
Tech Stack: Next.js 14, Redis Cloud, Supabase
Performance Metrics:
• Signal latency: <500ms (p95)
• API response time: <200ms TTFB
• Lighthouse score: 92/100
For acquisition inquiries, contact: invest@aipredictedsignals.cloud
Need Help?
Can't find what you're looking for? Join our Discord community or reach out to our support team.