Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.aioka.io/llms.txt

Use this file to discover all available pages before exploring further.

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.
Start in 60 seconds — free forever. No credit card required. 100 API calls/day. Generate your free API key →

What is AIOKA?

AIOKA runs councils of specialized AI agents that analyze live market signals 24/7 and reach consensus verdicts on crypto, commodities, and FX market conditions. Every ruling is backed by on-chain data, macro environment analysis, options market signals, and liquidity intelligence. AIOKA Ghost Trader currently runs paper-mode strategies on seven assets:
  • BTC (Bitcoin) — live, frozen reference path
  • ETH (Ethereum) — 6-agent crypto council
  • SOL (Solana) — 6-agent crypto council
  • TAO (Bittensor) — 6-agent crypto council, AI-narrative
  • Gold (XAU/USD) — 6-agent commodities council, real-rate Gate 8
  • EUR/USD — 6-agent Forex council, weekend gap protection, news blackout for FOMC/NFP/CPI/ECB (Sprint 186)
  • ADA (Cardano) — 6-agent crypto council, 7-gate framework (no network gate), 4-decimal pricing (Sprint 184)
Each asset runs an isolated trader and council loop. None touch the BTC reference path (rule F-1). All ship with paper-mode validation gates: 10 closed paper trades plus a documented sprint approval before real capital is unlocked. TAO (“AI trading AI”) is AIOKA’s most advanced council asset — 6 Bittensor-specific specialist agents (SUBNET_ORACLE, MACRO_SAGE, AI_NARRATIVE, MOMENTUM_HUNTER, LIQUIDITY_GUARDIAN, RISK_WARDEN) deliberate on subnet growth, staking dynamics, AI sector sentiment, and a Kraken order-book liquidity floor (Gate 0) unique to TAO.

AI Council Verdicts

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

Agent Accuracy Stats

Historical hit rate of each AI Council agent, graded against the outcome of every closed BTC trade

27 Live Signals

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

Regime Detection

HMM-powered market regime classification with 5 granular v2 regime labels

Ghost Trader Signals (BTC + ETH + SOL + TAO + ADA)

Live entry gate conditions — BTC live trading plus ETH, SOL, TAO, and ADA paper mode (building track records). SOL adds Gate 0 (Solana network health); TAO adds Gate 0 (Kraken liquidity floor) plus 6 Bittensor specialist agents. ADA runs the standard 7-gate framework with 4-decimal pricing.

Dark Pool Monitoring

OTC and institutional flow intelligence — dark pool score, exchange reserve changes, stablecoin minting

News NLP & Fed Sentiment

Keyword-based hawkish/dovish Fed tone analysis and macro news risk scoring

Flash Crash Protection

Circuit breaker detection across 5/15/30-minute windows — emergency exit signals before TSL triggers

Monte Carlo Stress Testing

Probabilistic BTC price path simulations for risk management and portfolio stress testing

Get your free API key

Free forever. 100 calls/day. No credit card. Live in 60 seconds.

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 Trading Bot",
    "email": "you@example.com"
  }'
You’ll receive your key instantly:
{
  "api_key": "aik_free_xxxxxxxxxxxx",
  "tier": "free",
  "calls_per_day": 100,
  "message": "Welcome to AIOKA!"
}
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) 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

Railway Service #1 — writes to Neon DBGhost Trader BTC — Live tradingGhost Trader ETH — Paper mode (building track record)Ghost Trader SOL — Paper mode (building track record)Ghost Trader TAO — Paper mode (building track record)Ghost Trader ADA — Paper mode (building track record)

AIOKA Intelligence API

Railway Service #2 — reads from Neon DBRead-only window into the trading system.You are here.
Data flows one way: the AIOKA core writes to a shared Neon database, and the Intelligence API reads from it. Your calls never affect the trading logic.