Skip to main content
GET
/
v1
/
verdict
/
latest
curl https://api.aioka.io/v1/verdict/latest \
  -H "X-API-Key: aik_free_your_key_here"
{
  "ruling": "ACCUMULATE",
  "confidence": 0.782,
  "score": 0.438,
  "btc_price": 67124.0,
  "timestamp": "2026-04-03T10:22:00Z",
  "cached": true,
  "cache_ttl_seconds": 45
}
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 AI Council. 6 specialized agents analyze 27 live market signals and vote on BTC market conditions. The Chief Judge synthesizes all votes into a final ruling. Tier: Free ✅ Cache TTL: 60 seconds

Ruling Values

RulingMeaningAction
STRONG_BUYHigh-conviction bullishStrong entry signal
BUYModerate bullishConsider entry
ACCUMULATECautiously bullishScale in gradually
HOLDNeutralWait for confirmation
REDUCECautiously bearishReduce exposure
SELLModerate bearishExit positions
STRONG_SELLHigh-conviction bearishEmergency exit
curl https://api.aioka.io/v1/verdict/latest \
  -H "X-API-Key: aik_free_your_key_here"
{
  "ruling": "ACCUMULATE",
  "confidence": 0.782,
  "score": 0.438,
  "btc_price": 67124.0,
  "timestamp": "2026-04-03T10:22:00Z",
  "cached": true,
  "cache_ttl_seconds": 45
}

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