Real-time Bitcoin market regime classification

Know whether BTC is trending, ranging, or in chaos — updated every 15 minutes via REST API

TREND
The market is going somewhere, maybe uptrend or downtrend.
RANGE
The market is going in circles.
CHAOTIC
The market can't decide which way to go.

Join the waitlist

API access is coming soon. Leave your email and we'll reach out when it's ready.

API Response
{
  "symbol":             "BTCUSDT",
  "regime":             "trend",
  "confidence":         "high",
  "timestamp":          "2026-05-14T09:30:00+00:00",
  "seconds_until_next": 471,
  "stale":              false
}