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"
{
  "ruling": "ACCUMULATE",
  "confidence": 0.77,
  "consensus": "BULLISH",
  "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
}

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.

To use the playground, enter your API key in the X-API-Key field above. Requires PRO tier key ($199/mo). Contact info@aioka.io to upgrade.
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"
{
  "ruling": "ACCUMULATE",
  "confidence": 0.77,
  "consensus": "BULLISH",
  "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

ruling
string
required
confidence
number
required
consensus
string
required
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