Regime Crypto Intelligence
### Know the Market Regime Before You Trade Regime is the first API purpose-built for **crypto market regime classification**. Instead of wiring up Binance, CoinGecko, DeFiLlama, CoinGlass, FRED, and Yahoo Finance yourself, make one API call and get a definitive answer: **bull, bear, or chop** — with a confidence score backed by 10 independent signals. Most crypto APIs give you raw data. Regime…
Regime Crypto Intelligence endpoints
| Method | Endpoint | Description |
|---|---|---|
| Market Data | ||
| GET |
getAssets /api/v1/market/assets |
Price, 24h change, volume, market cap, funding rate, and open interest for top 20 assets. Free tier limited to BTC and ETH. |
| GET |
getStats /api/v1/stats |
Public platform stats: registered developers, total market snapshots collected, regime breakdown, average confidence, and uptime. Used for landing page social proof. |
| GET |
getOrderBookDepth /api/v1/market/depth |
Bid/ask depth and imbalance for BTC, ETH, and SOL from Binance order books. Useful for gauging buy/sell pressure. Requires Pro+ tier. |
| GET |
getMarketOverview /api/v1/market/overview |
Aggregated market snapshot: total market cap, BTC/ETH dominance, fear & greed index, DeFi TVL, stablecoin supply, and current regime. Free tier gets 15-minute delayed data. |
| GET |
getRegime /api/v1/market/regime |
Returns the current market regime (bull/bear/chop) with confidence score and up to 10 weighted signals from 9 data sources. This is the core endpoint of the Regime API. |
| GET |
getFuturesData /api/v1/market/futures |
Cross-exchange funding rates, open interest, OI changes, long/short ratios, and 24h liquidation data from CoinGlass. Requires Pro+ tier. |
| GET |
getMacroIndicators /api/v1/market/macro |
Traditional finance indicators: DXY, Federal funds rate, 10Y treasury yield, S&P 500, Gold, and VIX. Sourced from FRED and Yahoo Finance. Requires Pro+ tier. |
| Intelligence | ||
| GET |
getRegimeAt /api/v1/intelligence/regime-at |
Query the regime state at any historical timestamp. Returns regime, confidence, all signals, regime duration, and when the regime started. Accepts epoch ms or ISO 8601 timestamps… |
| GET |
getDivergences /api/v1/intelligence/divergences |
Detects cross-market divergences: DXY vs BTC, VIX vs crypto, fear index vs regime classification. Each divergence includes severity and description. Requires Pro+ tier. |
| GET |
predictRegimeTransition /api/v1/intelligence/predict |
ML-powered regime transition predictor using Hidden Markov Model trained on 7,500+ market snapshots. Returns probability of regime change at 1h, 4h, 12h, 24h, 3d, and 7d… |
| GET |
getCrowdPositioning /api/v1/intelligence/crowd-positioning |
Funding bias, long/short ratios, liquidation imbalance, and crowd direction analysis from CoinGlass data. Requires Pro+ tier. |
| GET |
getIntelligenceBrief /api/v1/intelligence/brief |
Synthesized market intelligence combining regime analysis, crowd positioning, macro environment, active signals, and risk assessment. Cached for 10 minutes. Requires Pro+ tier. |
| GET |
getRegimeHistory /api/v1/intelligence/regime-history |
Historical regime transitions with timestamps and average confidence. Data window depends on tier: Free = 7 days, Pro = 30 days, Institutional = all historical data. |
| Signals | ||
| GET |
getAllSignals /api/v1/signals/all |
Returns aggregated trading signals from all active candle strategy lanes (SMA crossover, Donchian, etc.). Each signal includes direction, strength (0-100), and strategy name.… |
| GET |
getSignalsBySymbol /api/v1/signals/{symbol} |
Signal history for a specific trading pair across all strategies. |
| Integrations | ||
| GET |
getFreqtradeRegime /api/v1/freqtrade/regime |
Simplified regime endpoint designed for Freqtrade bot integration. Returns regime, confidence, a suggested position action (full_position / reduce_position / exit_or_hedge), fear… |
| Auth | ||
| POST |
createKey /api/v1/auth/keys |
Generate a new API key for the authenticated tenant. The full key is returned once. |
| DELETE |
revokeKey /api/v1/auth/keys/{id} |
Permanently revoke an API key. This action cannot be undone. |
| GET |
getUsage /api/v1/usage |
Returns current tier, rate limits, available features, and request counts for the authenticated tenant. |
| POST |
register /api/v1/auth/register |
Create a new tenant and receive an API key. The key is returned once in the response and cannot be retrieved again. Store it securely. |
| GET |
listKeys /api/v1/auth/keys |
Returns all API keys for the authenticated tenant. Keys are shown as previews only (first 12 characters). |
| GET |
getMe /api/v1/auth/me |
Returns the authenticated tenant profile including tier, creation date, and feature access. |
| Billing | ||
| GET |
listPlans /api/v1/billing/plans |
Returns available subscription tiers with pricing, rate limits, and features. |
| GET |
getBillingStatus /api/v1/billing/status |
Returns current subscription tier, status, and renewal date for the authenticated tenant. |
| POST |
createCheckout /api/v1/billing/checkout |
Creates a Stripe checkout session for upgrading to Pro or Institutional tier. Returns a URL to redirect the user to. |
| Webhooks | ||
| POST |
createWebhook /api/v1/webhooks |
Register a URL to receive real-time event notifications (signal fired, regime change). Returns a signing secret for verification. Requires Institutional tier. |
| GET |
listWebhooks /api/v1/webhooks |
Returns all webhooks for the authenticated tenant. |
| POST |
testWebhook /api/v1/webhooks/{id}/test |
Dispatches a test event to the specified webhook URL. Use this to verify your endpoint is receiving and processing events correctly. |
| DELETE |
deleteWebhook /api/v1/webhooks/{id} |
Remove a registered webhook. Events will stop being delivered immediately. |
Regime Crypto Intelligence pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $99 / month | — |
|
| ULTRA | $499 / month | — |
|