AI Council Agent Accuracy
Free Tier
Agent Performance
Historical directional accuracy of each AI Council agent (BTC)
GET
AI Council Agent Accuracy
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 historical accuracy of each AI Council agent. For every closed BTC Ghost Trader trade, AIOKA locates the council verdict that triggered it and checks which agents voted in the direction that actually paid off. The result is each agent’s hit rate across all graded trades. Asset: BTC only — the only asset with a live closed-trade record. Tier: Free ✅ Cache TTL: 3600 seconds (1 hour)How accuracy is graded
Each closed trade’s outcome direction is derived from its result and direction:| Trade | Outcome | Correct vote |
|---|---|---|
| LONG win | price rose | BULLISH |
| LONG loss | price fell | BEARISH |
| SHORT win | price fell | BEARISH |
| SHORT loss | price rose | BULLISH |
BULLISH / BEARISH) are graded. NEUTRAL votes and
non-directional rulings (e.g. RISK SHIELD’s PROCEED / REDUCE / WAIT /
AVOID) carry no directional claim, so they are excluded from the denominator
rather than counted as wrong. An agent with no directional history is omitted
from the response.
Response Fields
| Field | Type | Description |
|---|---|---|
asset | string | Always "BTC". |
trades_analyzed | number | Count of closed BTC trades matched to a council verdict. |
agents | array | Per-agent accuracy entries (see below). May be empty. |
agents[].agent_name | string | Display name, e.g. "CHAIN ORACLE". |
agents[].correct_calls | number | Directional votes that matched the outcome. |
agents[].total_calls | number | Directional votes graded for this agent. |
agents[].accuracy_pct | number | correct_calls / total_calls × 100, 1 decimal. |
agents[].last_updated | string | null | ISO timestamp of the most recent graded trade. |
cached | boolean | Whether this response was served from cache. |
cache_ttl_seconds | number | Cache lifetime in seconds (3600). |
Accuracy is computed only from BTC trades because BTC is the only asset with a
validated, closed-trade record. Other asset councils (ETH, SOL, etc.) do not
yet expose accuracy stats.
Authorizations
Your AIOKA Intelligence API key (format: aik_{tier}_{random})