Bitcoin Regime Classifier: Realtime API

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.

See it live → flowregime.nippotica.com

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