{"name":"tradingview-api-rest","description":"REST wrapper around @mathieuc/tradingview","endpoints":{"GET /health":"liveness probe","GET /search?q=BTC&type=stock":"search markets (type optional: stock, futures, forex, crypto, index, economic)","GET /search-indicator?q=RSI":"search public indicators","GET /quote/:symbol":"live quote, e.g. /quote/BINANCE:BTCUSDT","GET /chart/:symbol?timeframe=D&bars=50&type=":"OHLC bars, e.g. /chart/BINANCE:BTCUSDT?timeframe=15&bars=100","GET /ta/:symbol?timeframe=D":"technical analysis summary (RECOMMENDATION_ALL etc.)","GET /sr/:symbol?timeframe=D&bars=500&window=5&tolerance=0.012&top=5":"auto support/resistance levels (pivot clustering)"}}