Skip to main content

AIOKA Intelligence API

AIOKA Intelligence API gives you programmatic access to our AI Council verdicts, live market signals, regime detection, and Ghost Trader entry signals.

What is AIOKA?

AIOKA runs a council of 6 specialized AI agents that analyze 27 live market signals 24/7 and reach consensus verdicts on BTC market conditions. Every ruling is backed by on-chain data, macro environment analysis, options market signals, and liquidity intelligence.

AI Council Verdicts

Real-time rulings from 6 specialized agents with confidence scores and consensus

27 Live Signals

On-chain, macro, options, liquidation, and liquidity data — all in one feed

Regime Detection

HMM-powered market regime classification across 8 market states

Ghost Trader Signal

Live 7/7 entry gate conditions from AIOKA’s paper-trading simulation

Get Started in 60 Seconds

1

Get your free API key

Generate a free key instantly — no credit card required.
curl -X POST https://api.aioka.io/v1/keys/generate \
  -H "Content-Type: application/json" \
  -d '{"name": "My Bot", "email": "you@example.com"}'
2

Make your first call

curl https://api.aioka.io/v1/verdict/latest \
  -H "X-API-Key: aik_free_your_key_here"
3

Upgrade for more data

Basic (49/mo)unlockssignalsandhistory.Pro(49/mo) unlocks signals and history. Pro (199/mo) unlocks AI Council and Ghost Trader signals.View pricing →

Architecture

AIOKA Intelligence API is a read-only window into the AIOKA trading system. It never modifies trading positions, verdicts, or any operational state.
┌─────────────────────────────────┐
│   AIOKA Core (Ghost Trader)     │  ← Live trading, DB writes
│   Railway Service #1            │
└──────────────┬──────────────────┘
               │ Shared Neon DB (read-only)
┌──────────────▼──────────────────┐
│   AIOKA Intelligence API        │  ← You are here
│   Railway Service #2            │
└─────────────────────────────────┘
Data flows one way: the AIOKA core writes, the Intelligence API reads. Your calls never affect the trading logic.