YASEN-ALPHA Bitcoin Signals
# 📊 YASEN-ALPHA Bitcoin ML Research API ## Real-time ML confidence scores • Volatility • Regime detection • Support/Resistance **Research-grade Bitcoin data for developers, quants, and backtesting.** Built with XGBoost ensemble. 100% open source. No profit claims — just raw ML outputs. --- ## 🎯 Who is this for? | You should use this if... | This is NOT for you if... |…
YASEN-ALPHA Bitcoin Signals endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Signal by Timeframe /signal/{timeframe} |
Instant trading signals for 5min, 15min, 1h, 4h, or 1d timeframes. |
| GET |
Get Signal Strength /signal-strength |
Know exactly how strong each signal is with 0-100 score and clear action advice. |
| GET |
Get Support/Resistance Levels /levels |
Real-time support and resistance levels with buy/sell zones and price distances. |
| GET |
Get Historical Signals /history |
Access past trading signals with timestamps and actual price data for backtesting. |
| GET |
Get Model Info /model-info |
Behind-the-scenes look at the 59.19% accurate ensemble model powering your signals. |
| GET |
Get Available Timeframes /available-timeframes |
List all supported timeframes (5min, 15min, 1h, 4h, 1d) with your tier access level. |
| GET |
Get Live Stats /live-stats |
Real-time dashboard showing cache performance, current signal, and live system metrics. |
| GET |
Get Cache Stats /cache-stats |
Monitor our enterprise cache performance: hit rate, total requests, and cache size in real-time. |
| GET |
Get Trading Signal /signal |
Get current Bitcoin trading signal (BUY/HOLD) with confidence score. |
| GET |
Get Bitcoin Price /price |
Get current Bitcoin price with 24h statistics. |
| GET |
Get Model Statistics /stats |
Get YASEN-ALPHA model performance metrics including win rate, total trades, and Sharpe ratio. |
| GET |
Health Check /health |
Check if the API is operational. |
| GET |
Get Webhooks /webhooks |
List all your registered webhooks for real-time alerts. |
| POST |
Test Webhook /webhooks/test |
Send a test webhook to verify your endpoint is working. |
| POST |
Register Webhook /webhooks/register |
Create a webhook to receive instant signals when market conditions change. |
| DELETE |
Delete Webhook /webhooks/{id} |
Remove a webhook you no longer need. |
| GET |
Get API Info / |
API information and available endpoints. |