Skip to main content
GET
/
v1
/
regime
/
current
curl https://api.aioka.io/v1/regime/current \
  -H "X-API-Key: aik_free_your_key_here"
{
  "regime": "BULL_TRENDING",
  "confidence": 0.84,
  "btc_price": 67124.0,
  "detected_at": "2026-04-03T10:00:00Z",
  "cached": true,
  "cache_ttl_seconds": 290
}
To use the playground, enter your API key in the X-API-Key field above. Don’t have a key? Get one free →
Tier: Free ✅ Cache TTL: 300 seconds (5 min)

Regime States

RegimeDescription
BULL_TRENDINGStrong uptrend with momentum
BEAR_TRENDINGStrong downtrend with distribution
HIGH_VOLATILITYElevated vol — reduced sizing
DISTRIBUTIONSmart money offloading
WHALE_ACCUMULATIONLarge entity accumulation
RISK_ONRisk appetite elevated
LOW_VOLATILITYCompression — breakout pending
ACCUMULATIONStealth accumulation at support
curl https://api.aioka.io/v1/regime/current \
  -H "X-API-Key: aik_free_your_key_here"
{
  "regime": "BULL_TRENDING",
  "confidence": 0.84,
  "btc_price": 67124.0,
  "detected_at": "2026-04-03T10:00:00Z",
  "cached": true,
  "cache_ttl_seconds": 290
}

Authorizations

X-API-Key
string
header
required

Your AIOKA Intelligence API key (format: aik_{tier}_{random})

Response

Current regime

regime
string
required
confidence
number
required
btc_price
number | null
required
detected_at
string<date-time> | null
required
cached
boolean
required
cache_ttl_seconds
integer
required