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.
Pro tier endpoint — requires a valid Pro API key. ETH council uses
the same 6-agent BTC deliberation framework with ETH-specific market
context: ETH price, EMA 200, and the 7 ETH entry gates.
Response Fields
Top-level
| Field | Type | Meaning |
|---|---|---|
verdict | object | null | Latest ETH council verdict. null if no verdict has been produced yet (first 30 minutes after deploy). |
nextRefreshMinutes | int | Minutes until the next scheduled council auto-refresh. Always 30. |
verdict fields
| Field | Type | Meaning |
|---|---|---|
id | string | UUID of this verdict record |
ruling | string | STRONG_BUY / BUY / ACCUMULATE / HOLD / REDUCE / SELL / STRONG_SELL |
confidence | number | 0.0 — 1.0. ETH entry threshold is confidence ≥ 0.65. |
agentVotes | object | Per-agent breakdown from all 6 council agents |
agentVotes.<AGENT> | object | Each agent entry has ruling (string) and confidence (number) |
chiefRationale | string | null | Chief Judge’s plain-language explanation of the ruling |
snapshotSignals | object | Raw signal readings at the time of council deliberation (key-value pairs) |
createdAt | string | ISO 8601 timestamp of verdict |
Council Agents
ETH council re-uses the BTC deliberation framework. All 6 agents receive the standard 27-signal market feed plus ETH-specific context (ETH price, ETH EMA 200, and ETH/BTC ratio). Agent analysis is informed by BTC regime and macro conditions — ETH is deeply correlated to BTC and the framework captures this by design.| Agent | Domain |
|---|---|
CHAIN_ORACLE | On-chain intelligence: exchange flows, NUPL, SOPR, whale activity |
MACRO_SAGE | Global macro: DXY, US10Y yield, Fed tone, gold correlation |
SENTIMENT_MONK | Market sentiment: Fear & Greed index, options put/call ratio, social sentiment |
TECH_HAWK | Technical analysis: EMA structure, RSI, momentum, MTF confluence |
LIQUIDITY_GUARDIAN | Liquidity and flow: order-book depth, stablecoin minting, dark pool score |
RISK_SHIELD | Risk management: flash crash probability, stop distance, position sizing |