Skip to main content
GET
/
v1
/
council
/
latest
curl https://api.aioka.io/v1/council/latest \
  -H "X-API-Key: aik_pro_your_key_here"
{
  "chief_ruling": "ACCUMULATE",
  "chief_confidence": 0.77,
  "consensus": "BULLISH",
  "composite_score": 0.42,
  "agents": [
    {
      "agent": "CHAIN ORACLE",
      "ruling": "BUY",
      "confidence": 0.82,
      "thesis": "On-chain accumulation signals are strong."
    },
    {
      "agent": "MACRO SAGE",
      "ruling": "ACCUMULATE",
      "confidence": 0.71,
      "thesis": "DXY weakness supports risk-on environment."
    }
  ],
  "agents_failed": 0,
  "session_at": "2026-04-03T09:45:00Z",
  "cached": true,
  "cache_ttl_seconds": 55
}
To use the playground, enter your API key in the X-API-Key field above. Don’t have a key? Get one free →
Tier: Pro ($199/mo) 🔒 Cache TTL: 60 seconds

The 6 Agents

AgentDomain
CHAIN ORACLEOn-chain analytics
MACRO SAGEMacro environment
SENTIMENT MONKMarket sentiment
TECH HAWKTechnical analysis
LIQUIDITY GUARDIANLiquidity depth
RISK SHIELDRisk assessment
curl https://api.aioka.io/v1/council/latest \
  -H "X-API-Key: aik_pro_your_key_here"
{
  "chief_ruling": "ACCUMULATE",
  "chief_confidence": 0.77,
  "consensus": "BULLISH",
  "composite_score": 0.42,
  "agents": [
    {
      "agent": "CHAIN ORACLE",
      "ruling": "BUY",
      "confidence": 0.82,
      "thesis": "On-chain accumulation signals are strong."
    },
    {
      "agent": "MACRO SAGE",
      "ruling": "ACCUMULATE",
      "confidence": 0.71,
      "thesis": "DXY weakness supports risk-on environment."
    }
  ],
  "agents_failed": 0,
  "session_at": "2026-04-03T09:45:00Z",
  "cached": true,
  "cache_ttl_seconds": 55
}

Authorizations

X-API-Key
string
header
required

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

Response

Latest council session

chief_ruling
string
required
chief_confidence
number
required
consensus
string
required
composite_score
number
required
agents
AgentVote · object[]
required
agents_failed
integer
required
session_at
string<date-time> | null
required
cached
boolean
required
cache_ttl_seconds
integer
required