Regime is a real-time crypto market regime API. One request returns bull, bear, or chop with a confidence score and the 10 signals behind it — so your bot knows when to trade and when to sit out.
pip install getregime · npm SDK · one endpoint
// Without Regime:// Your trend bot runs in chop → 8 stop-outs in a row// Bear market arrives → you're still long → -40% drawdown
// With Regime:if (regime === "chop") bot.pause();// Alert: "Regime shifted to BEAR (95% confidence)" → reduce exposure
$ curl https://getregime.com/api/v1/market/regime Loading live data...
No signup. No API key. Paste this into your terminal and see live regime data in 2 seconds.
curl -s https://getregime.com/api/v1/market/regime | python3 -m json.tool
Loading...
Stop guessing if the trend is real. Get a regime classification backed by 10 independent signals before you place a trade. Alerts hit your Telegram when regime shifts.
Your bot doesn't know when to stop trading. Regime does. One webhook call pauses execution in hostile regimes. Works with Freqtrade, 3Commas, and custom bots.
Regime-aware allocation. Reduce exposure in bear and chop, increase in confirmed bull. Historical regime data for backtesting. API + webhooks for systematic integration.
BTC, ETH, SOL prices, Fear & Greed, TVL, BTC dominance, total market cap — one endpoint, all key metrics.
10-signal composite classifier: SMA cross, funding rates, fear/greed, dominance, volume, stablecoin flows, DXY, aggregated funding, liquidations, prediction markets. A weighted model across 9 data sources.
Crypto and macro event probabilities from Polymarket + Kalshi. See what the market is pricing in — rate cuts, ETF approvals, protocol upgrades — in one call.
DXY, VIX, SPX, Gold, Fed funds rate, 10Y treasury yield — sourced from FRED + Yahoo Finance. The macro overlay that crypto-native APIs don't give you.
Cross-exchange funding rates, open interest, liquidations, and long/short ratios from CoinGlass. See derivatives positioning without juggling exchange APIs.
Live entry/exit signals from 6 parallel strategies running on real candle data: SMA, MACD, Donchian, Volume Breakout, VWAP Reversion.
Paste any Solana token address — get a composite risk score from 7 on-chain checks: liquidity lock, holder concentration, contract verification, and more.
AI-generated narrative covering regime state, key support/resistance levels, risk factors, and opportunities. Updated every 15 minutes.
Full Swagger UI with try-it-out on every endpoint. Test live in your browser before writing a line of code.
Email + name. No credit card. Takes 30 seconds.
One call returns bull, bear, or chop with a confidence score. Free forever. No credit card.
Upgrade to Pro. When the regime changes, you get a Telegram/Discord/webhook alert within 5 minutes. Your bot pauses. You adjust. No more wrong-side losses.
// One call — full market picture const res = await fetch( 'https://getregime.com/api/v1/market/overview' ); const data = await res.json(); console.log(data.regime); // { regime, confidence, signals } console.log(data.fearGreedIndex); // 11 console.log(data.btcDominance); // 56.1 console.log(data.defiTvlUsd); // 93223774316
Loading...
curl https://getregime.com/api/v1/market/overview
The free tier gives you the market picture. Pro gives you the playbook.
6 strategies — SMA crossover, MACD, Donchian breakout, Volume breakout, VWAP reversion — run 24/7 on real candle data. You get entry/exit signals with confidence scores, not just prices to interpret yourself.
Free tier delays data by 15 minutes. Pro gives you zero-delay access — critical if you're building a trading bot or alerting system where minutes matter.
Paste any token address, get 7 on-chain safety checks: liquidity lock, holder concentration, contract verification, trading patterns, and more. One call tells you if it's safe.
Polymarket + Kalshi event probabilities, plus DXY, VIX, SPX, Gold, and Fed data from FRED + Yahoo Finance. See the full macro picture alongside crypto — the edge most traders are missing.
Free tier covers 2 assets (BTC, ETH). Pro covers 20+ assets across all endpoints — including SOL, DOGE, ADA, AVAX, and every tracked pair with full signal detail.
No fabricated numbers. Every result computed from 302,984 real candles across 8 assets, March 2023 – March 2026. Verify on TradingView.
| # | Strategy | Asset | Timeframe | Monthly Return | Total Return | Max Drawdown | Win Rate |
|---|---|---|---|---|---|---|---|
| 1 | SMA 50/200 5x | SOL | 4h | +16.0% | +586% | -79% | 38% |
| 2 | SMA 50/200 5x | SOL | 1d | +9.1% | +333% | -76% | 52% |
| 3 | SMA 50/200 5x | AVAX | 1d | +9.1% | +333% | -77% | 52% |
| 4 | SMA 50/200 3x | ADA | 4h | +6.7% | +246% | -53% | 33% |
| 5 | SMA 50/200 5x | ETH | 1d | +4.5% | +166% | -47% | 35% |
| 6 | SMA 50/200 2x | DOGE | 4h | +2.1% | +78% | -36% | 33% |
| 7 | SMA 50/200 5x | ADA | 1d | +1.5% | +55% | -76% | 38% |
| 8 | SMA 50/200 3x | BNB | 4h | +1.5% | +55% | -54% | 37% |
| 9 | SMA 50/200 5x | BTC | 1d | +1.1% | +41% | -53% | 28% |
| 10 | SMA 50/200 5x | DOGE | 1d | +1.0% | +37% | -78% | 41% |
Regime-filtered SMA crossover on SOL 4h returned +586% over 3 years ($200 → $1,373). The same signal works across 8 assets with positive returns when paired with regime detection. Low win rates (28-52%) don't matter — trend-following profits come from riding big moves, not frequent wins. These are the exact signals available to Pro subscribers in real-time.
Past performance is not indicative of future results. All backtests use historical data with realistic slippage and fee assumptions.
Glassnode starts at $799/mo. Nansen: $150/mo. CryptoQuant: $99/mo. Regime Pro: $49/mo.
| Feature | Regime Pro | CryptoQuant | Glassnode | Nansen |
|---|---|---|---|---|
| Price | $49/mo | $109/mo | $49/mo | $49/mo |
| Regime Detection | 10 signals | No | No | No |
| Regime Shift Alerts | Telegram + Discord + Webhook | No | No | No |
| Macro Overlay (DXY, VIX, SPX) | Yes | No | No | No |
| Bot Integration (Freqtrade) | Native | No | No | No |
| Strategy Signals | 6 live lanes | No | No | No |
| Funding Rates + OI | Aggregated | Yes | Partial | No |
| On-Chain Metrics | Via signals | Deep | 800+ | Labels |
| npm SDK (2-line install) | Yes | No | No | No |
| Token Risk Scoring | 7 checks | No | No | Partial |
| API Calls / Day | 10,000 | Varies | API add-on | Credit-based |
Prices as of March 2026. Regime is the only API with built-in regime detection, macro overlay, and strategy signals.
$158+/mo
$49/mo
30-day money-back guarantee. Cancel anytime. No contracts.
Start Free — Upgrade When ReadyCoinGecko gives you prices. Glassnode gives you on-chain metrics. Neither tells you what the market regime is. Regime fuses 9 data sources into one answer — bull, bear, or chop — with confidence scoring, macro overlay, and strategy signals. It's the layer on top of raw data.
The classifier uses 6 independent signals (SMA crossover, Fear & Greed, BTC dominance, volume, volatility, DXY). When 4+ signals agree, confidence exceeds 80%. In backtesting across 3 years of data, regime-aware strategies outperformed buy-and-hold with significantly lower drawdowns. The full methodology is transparent — no black box.
We pull from 9 production APIs (Binance, CoinGecko, DeFiLlama, CoinGlass, Polymarket, Kalshi, DexScreener, FRED, Yahoo Finance) and cache aggressively. If an upstream source goes down, we serve the last known good data and flag it in the response.
Yes. 30-day money-back guarantee on Pro and Institutional plans. If Regime doesn't add value to your workflow, email [email protected] and we'll refund you. No questions asked.
Yes. No contracts, no lock-in. Cancel from Stripe and you keep access until the end of your billing period. Your API key stays active on the free tier after that.
Yes. The dashboard at getregime.com shows live regime, signals, and market data visually. No coding required. The API and SDK are for developers who want to integrate into their tools.
Regime history is available on all tiers (7 days free, 30 days Pro, unlimited Institutional). Full historical signal and regime data is available on the Institutional plan.
Free forever — 500 calls/day, no credit card required. Upgrade to Pro ($49/mo) when you're ready.
Your API key (save it — shown only once):