{"name":"Wave Analysis API","version":"1.0.0","profile":"mobile","description":"Market wave analysis and pattern detection","endpoints":{"analyze":{"POST":"/api/v1/analyze","GET":"/api/v1/analyze","description":"Analyze a symbol for waves, zones, and signals"},"crypto_symbols":{"GET":"/api/v1/crypto/symbols","description":"List cryptocurrency symbols with filtering and pagination"},"top_cryptos":{"GET":"/api/v1/crypto/symbols/top/{n}","description":"Get top N cryptocurrencies by market cap"},"crypto_detail":{"GET":"/api/v1/crypto/symbols/{symbol}","description":"Get details for a specific cryptocurrency"},"longest_waves":{"GET":"/api/v1/metrics/longest-waves","description":"Get symbols with the longest current waves"},"wave_state":{"GET":"/api/v1/metrics/wave-state/{symbol}","description":"Get current wave state for a specific symbol"},"wave_stats":{"GET":"/api/v1/metrics/wave-stats","description":"Get aggregate wave statistics"},"health":{"GET":"/api/v1/health","description":"Health check endpoint"},"docs":{"GET":"/docs","description":"Interactive API documentation (Swagger UI)"},"redoc":{"GET":"/redoc","description":"Alternative API documentation (ReDoc)"}}}