API Documentation
Comprehensive REST API for the Virtuoso Trading System. Access market data, monitoring metrics, and system health information.
Main API
http://localhost:8002
Monitoring API
http://localhost:8001
Quick Start
GET
:8002
/health
Basic health check endpoint
curl http://localhost:8002/health
GET
:8002
/api/dashboard/overview
Market overview with signals
curl http://localhost:8002/api/dashboard/overview
GET
:8002
/api/vps/performance
Real-time VPS metrics
curl http://localhost:8002/api/vps/performance
GET
:8001
/api/monitoring/status
Overall monitoring status
curl http://localhost:8001/api/monitoring/status