Developer Tools & Testing Suite

Checking API...
Local: http://localhost:8000
Testing Tools

API Endpoint Tester

Comprehensive testing interface for all HybridTrader API endpoints. Test authentication, dashboard data, calendar events, AI macro desk, and more with live responses and request logging.

API REST Auth

Price Stream PoC

Real-time price streaming test client using Server-Sent Events (SSE). Monitor live bid/ask prices, spreads, and percentage changes with configurable batching and comprehensive debugging tools.

Streaming SSE Real-time

Trading Assistant

Test the AI-powered Trading Assistant with pre-defined queries or custom questions. View technical analysis, macro context, news, and calendar event sources alongside AI-generated responses.

AI NLP Analysis

Quick Start

These tools are designed to help you develop and debug HybridTrader features. Make sure your API server is running before using these tools.

# Start the API server
cd ht-bff
uvicorn app.main:app --reload

# Serve tools locally (optional, for CORS)
cd tools
python -m http.server 8080