Skip to main content
GET
/
v1
/
ghost
/
status
curl https://api.aioka.io/v1/ghost/status \
  -H "X-API-Key: aik_free_yourkeyhere"
{
  "judiciary_ok": true,
  "council_ok": true,
  "ema_ok": true,
  "regime_favorable": true,
  "session_favorable": true,
  "momentum_ok": true,
  "quality_ok": true,
  "conditions_met": 7,
  "conditions_required": 7,
  "ema_distance_pct": 0.85,
  "current_rsi": 38.2,
  "regime": "WHALE_ACCUMULATION",
  "council_ruling": "BUY",
  "council_confidence": 0.78,
  "entry_mode": "B",
  "council_mode": "council",
  "has_open_position": false,
  "btc_price": 72340.5,
  "generated_at": "2026-04-13T08:22:00Z",
  "cached": false,
  "cache_ttl_seconds": 60
}
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: 60 seconds
⚠️ This is a status snapshot, not financial advice. AIOKA Ghost Trader is a paper-trading simulation. Never make real financial decisions based solely on this signal.

Gate Results

ValueMeaning
conditions_met == 7All hard gates pass — Ghost Trader would enter
conditions_met < 7One or more gates failing — waiting for alignment
has_open_position == trueGhost Trader already holds an open trade
curl https://api.aioka.io/v1/ghost/status \
  -H "X-API-Key: aik_free_yourkeyhere"
{
  "judiciary_ok": true,
  "council_ok": true,
  "ema_ok": true,
  "regime_favorable": true,
  "session_favorable": true,
  "momentum_ok": true,
  "quality_ok": true,
  "conditions_met": 7,
  "conditions_required": 7,
  "ema_distance_pct": 0.85,
  "current_rsi": 38.2,
  "regime": "WHALE_ACCUMULATION",
  "council_ruling": "BUY",
  "council_confidence": 0.78,
  "entry_mode": "B",
  "council_mode": "council",
  "has_open_position": false,
  "btc_price": 72340.5,
  "generated_at": "2026-04-13T08:22:00Z",
  "cached": false,
  "cache_ttl_seconds": 60
}

Authorizations

X-API-Key
string
header
required

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

Response

Live Ghost Trader gate breakdown

judiciary_ok
boolean
required
council_ok
boolean
required
ema_ok
boolean
required
regime_favorable
boolean
required
session_favorable
boolean
required
momentum_ok
boolean
required
quality_ok
boolean
required
conditions_met
integer
required
conditions_required
integer
required
ema_distance_pct
number | null
required
current_rsi
number | null
required
regime
string | null
required
council_ruling
string | null
required
council_confidence
number | null
required
entry_mode
string | null
required
council_mode
string | null
required
has_open_position
boolean
required
btc_price
number | null
required
generated_at
string<date-time>
required
cached
boolean
required
cache_ttl_seconds
integer
required
entry_price
number | null
current_price
number | null
pnl_usd
number | null
pnl_pct
number | null
stop_loss
number | null
tp1_executed
boolean | null
tp1_price
number | null
tp1_pnl
number | null
tp2_target
number | null