Skip to main content
GET
To use the playground, enter your API key in the X-API-Key field above. Don’t have a key? Get one free →

Overview

Returns the most recent ruling from AIOKA’s Judiciary Engine alongside the AI Council verdict. 6 specialized agents analyze 27 live market signals and vote on BTC market conditions. The Chief Judge synthesizes all votes into a final ruling. Individual agent votes are included in the response. Tier: Free ✅ Cache TTL: 60 seconds

Ruling Values

Council Fields

The response includes optional AI Council data when available:
council_mode explained: When the Anthropic API is unavailable, AIOKA’s AI Council automatically falls back to the Judiciary Engine alone. council_mode: "judiciary" means the verdict was produced with reduced AI consensus (~47% confidence baseline). Normal operation resumes automatically when the Anthropic API recovers. The council_mode field reflects the state at the time the response was generated, inferred from council verdict freshness.
macro_context is available to all tiers including Free. For the full cross-asset breakdown with all 5 signals, use GET /v1/macro/correlation (Basic tier required).

Agent Vote Object

Each item in the agents array: 6 Agents: CHAIN ORACLE, MACRO SAGE, SENTIMENT MONK, TECH HAWK, LIQUIDITY GUARDIAN, RISK SHIELD

Authorizations

X-API-Key
string
header
required

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

Response

Latest verdict

ruling
string
required
confidence
number
required
score
number
required
btc_price
number | null
required
timestamp
string<date-time>
required
cached
boolean
required
cache_ttl_seconds
integer
required
council_ruling
string | null
council_confidence
number | null
council_consensus
string | null
council_explanation
string | null
agents
AgentVerdictItem · object[] | null
council_mode
string | null
macro_context
MacroContextItem · object | null

Lightweight macro environment context embedded in verdict response — Sprint 201.