Integrate real-time Bitcoin signals, market data, and trade recommendations into your own tools.
Get your API key
Subscribe to a Pro or Elite plan, then find your API key in the Dashboard.
Authenticate your requests
Include your API key in the X-API-Key header of every request.
Parse the JSON response
All endpoints return a consistent JSON envelope:
| Feature | Free | Pro | Elite |
|---|---|---|---|
| API Endpoints | 5 | 20 | 31 (all) |
| Rate Limit | 10/hr | 3,600/hr | 7,200/hr |
| Real-time Signals | — | ✓ | ✓ |
| AI Trade Recommendations | — | Entries | Full + Reasoning |
| Bot Trade Log | — | Summary | Full History + Equity |
| Telegram Alerts | — | ✓ | ✓ |
| Email Reports | — | ✓ | ✓ |
All API requests require an API key passed via the X-API-Key HTTP header.
Missing or invalid keys return 401 Unauthorized. Exceeding your rate limit returns 429 Too Many Requests with a resets_at timestamp.
/v1/signal/latest
Pro+
Latest signal with direction, confidence, trade score, narrative, and recommendation.
/v1/signal/history?days=7
Pro+
Historical signals for the past N days (max 30). Returns up to 2 signals per day.
days (int, default 7, max 30)
/v1/market/overview
Free+
Price, 24h change, fear/greed index, L/S ratios, order book imbalance, bid/ask depth, CVD, and liquidations.
/v1/market/ls-ratios
Free+
Long/short ratio data across exchanges.
/v1/macro
Free+
Macro indicators: DXY, Gold, VIX.
/v1/score
Pro+
Full trade score breakdown: action, temporal, sentiment, liquidity, and confluence sub-scores.
/v1/levels
Pro+
Price levels: opens, pivots, Fibonacci, volume profile (POC/VAH/VAL), confluence zones, and max pain.
/v1/heatmaps
Pro+
Liquidity heatmap zones across 24h, 7d, and 30d timeframes with nearest zone direction and distance.
/v1/trades/scalp
Pro+
Current scalp trade setup: direction, grade, entry, stop-loss, targets, risk-reward ratio, and rationale.
/v1/trades/swing
Pro+
Current swing trade setup: direction, grade, entry, SL, up to 3 take-profit targets, RR, timeframe, and status.
/v1/news
Free+
Active news alerts with severity, headline, summary, source, and expiration. Up to 20 items.
/v1/derivatives/funding
Pro+
Funding rate data from major exchanges.
These endpoints use session authentication (logged-in user) rather than API keys. Available via the dashboard.
/api/bot-trades.php?action=summary
Pro+
Aggregate bot performance: total trades, wins, win rate, total PnL.
/api/bot-trades.php?action=history&limit=50
Elite
Individual closed trade records with entry/exit prices, PnL, and strategy.
/api/bot-trades.php?action=equity
Elite
90-day equity curve snapshots with balance and unrealized PnL.
resets_at timestamp