# AIOKA Intelligence API ## Docs - [Agent Performance](https://docs.aioka.io/api-reference/agents/performance.md): Historical directional accuracy of each AI Council agent (BTC) - [Run Backtest](https://docs.aioka.io/api-reference/backtest/run.md): Historical performance simulation (max 90 days) - [Gold Live Signals](https://docs.aioka.io/api-reference/commodities/gold/signals.md): Latest readings of all 8 Gold-specific signals across macro, technical, ETF flow, and safe-haven drivers - [Latest Council Session](https://docs.aioka.io/api-reference/council/latest.md): Most recent AI Council multi-agent verdict - [ETH Council Verdict](https://docs.aioka.io/api-reference/eth/council.md): Latest ETH AI Council verdict with 6 specialist agent votes, confidence score, and signal snapshot - [ETH Ghost Trader Status](https://docs.aioka.io/api-reference/eth/status.md): Live ETH Ghost Trader status — current trade, latest verdict, regime, RSI, EMA - [ETH Ghost Trader Track Record](https://docs.aioka.io/api-reference/eth/track-record.md): Full validated ETH trade history with derived performance stats - [EUR/USD Forex Ghost Trader Status](https://docs.aioka.io/api-reference/forex/eurusd/status.md): Live EUR/USD Forex Ghost Trader status -- current trade, latest verdict, regime, RSI, EMA, live spread (Gate 8), session label, 6 specialist agent votes, all 9 entry gates - [EUR/USD Forex Ghost Trader Track Record](https://docs.aioka.io/api-reference/forex/eurusd/track-record.md): Full EUR/USD Forex trade history with derived stats. Paper-trading data; AIOKA EUR/USD runs in paper mode until 10 validated paper trades close. - [Performance by Regime (Multi-Asset)](https://docs.aioka.io/api-reference/ghost/regime-performance.md): Ghost Trader win rate and P&L aggregated by market regime across all 7 councils - [Ghost Trader Signal](https://docs.aioka.io/api-reference/ghost/signal.md): Current entry signal from AIOKA Ghost Trader - [Ghost Trader Stats](https://docs.aioka.io/api-reference/ghost/stats.md): Public validated trade count since production launch - [Ghost Trader Status](https://docs.aioka.io/api-reference/ghost/status.md): Live 7-condition Ghost Trader entry gate breakdown - [Ghost Trader Track Record](https://docs.aioka.io/api-reference/ghost/track-record.md): Full validated trade history with per-trade detail, aggregates, and equity curve - [Health Check](https://docs.aioka.io/api-reference/health.md): Public service health check — no API key required - [Zapier / n8n Signal](https://docs.aioka.io/api-reference/integrations/zapier.md): Compact signal payload for Zapier and n8n automation workflows. - [Generate API Key](https://docs.aioka.io/api-reference/keys/generate.md): Generate a free tier API key instantly - [Cross-Asset Macro Correlation](https://docs.aioka.io/api-reference/macro/correlation.md): Assess how current macro conditions affect BTC using rules-based analysis. - [Subscribe to Newsletter](https://docs.aioka.io/api-reference/newsletter/subscribe.md): Subscribe an email to the AIOKA newsletter — public, no API key required - [Current Regime](https://docs.aioka.io/api-reference/regime/current.md): Current HMM-detected market regime with enrichment - [Regime History](https://docs.aioka.io/api-reference/regime/history.md): Paginated regime detection history (last 7 days) - [Regime Performance Stats](https://docs.aioka.io/api-reference/regime/stats.md): Historical Ghost Trader win rate and P&L aggregated by market regime - [Signal History](https://docs.aioka.io/api-reference/signals/history.md): Historical values for any of the 27 signals - [Latest Signals](https://docs.aioka.io/api-reference/signals/latest.md): Current snapshot of all 27 market signals - [Adaptive Signal Weights](https://docs.aioka.io/api-reference/signals/weights.md): Per-signal, per-regime adaptive multipliers learned from recent Ghost Trader outcomes - [SOL Council Verdict](https://docs.aioka.io/api-reference/sol/council.md): Latest SOL AI Council verdict with 6 specialist agent votes, confidence score, SOL-specific signal overlay, and network health context - [SOL Live Signals](https://docs.aioka.io/api-reference/sol/signals.md): Latest readings of all 7 SOL-specific signals plus the Solana network health probe (Gate 0) - [SOL Ghost Trader Status](https://docs.aioka.io/api-reference/sol/status.md): Live SOL Ghost Trader status -- current trade, latest verdict, regime, RSI, EMA, Solana network health (Gate 0) - [SOL Ghost Trader Track Record](https://docs.aioka.io/api-reference/sol/track-record.md): Full validated SOL trade history with derived performance stats - [TAO Council Verdict](https://docs.aioka.io/api-reference/tao/council.md): Latest TAO AI Council verdict with 6 specialist agent votes, risk flags, chief rationale, and signal snapshot - [Run TAO Council](https://docs.aioka.io/api-reference/tao/council-run.md): Manually trigger a TAO Council deliberation and return the latest persisted verdict - [TAO Live Signals](https://docs.aioka.io/api-reference/tao/signals.md): Latest readings of all 9 TAO-specific signals plus the Kraken liquidity floor probe (Gate 0) - [TAO Ghost Trader Status](https://docs.aioka.io/api-reference/tao/status.md): Live TAO Ghost Trader status -- current trade, latest verdict, regime, RSI, EMA, Kraken liquidity floor (Gate 0), risk flags, 6 specialist agent votes - [TAO Ghost Trader Track Record](https://docs.aioka.io/api-reference/tao/track-record.md): Full validated TAO trade history with derived performance stats and paper validation progress - [TradingView Pine Script Signal](https://docs.aioka.io/api-reference/tradingview/signal.md): Compact, flat JSON payload consumed by the AIOKA Pine Script v5 indicator - [Verdict History](https://docs.aioka.io/api-reference/verdict/history.md): Paginated verdict history for the last 24 hours - [Latest Verdict](https://docs.aioka.io/api-reference/verdict/latest.md): Returns the most recent AI Council verdict with individual agent votes - [Delete Webhook](https://docs.aioka.io/api-reference/webhooks/delete.md): Delete a webhook subscription by ID. - [Webhook Delivery History](https://docs.aioka.io/api-reference/webhooks/deliveries.md): Returns the last 50 delivery attempts for a specific webhook subscription. - [ghost.closed Event](https://docs.aioka.io/api-reference/webhooks/ghost-closed.md): Fired when a Ghost Trader position is fully closed on any supported asset. - [ghost.tp1 Event](https://docs.aioka.io/api-reference/webhooks/ghost-tp1.md): Fired when a Ghost Trader position hits TP1 and executes a partial sell. - [List Webhooks](https://docs.aioka.io/api-reference/webhooks/list.md): List all webhook subscriptions for your API key. - [Register Webhook](https://docs.aioka.io/api-reference/webhooks/register.md): Register a webhook URL to receive HMAC-SHA256-signed POST payloads when AIOKA events occur. - [Test Webhook](https://docs.aioka.io/api-reference/webhooks/test.md): Send a test payload to a registered webhook URL to verify connectivity. - [Authentication](https://docs.aioka.io/authentication.md): How to authenticate with the AIOKA Intelligence API - [Discord Integration Guide](https://docs.aioka.io/integrations/discord.md): Connect AIOKA signals to your Discord server — verdict updates, Ghost Trader trades, and regime change alerts via webhooks. - [n8n Integration Guide](https://docs.aioka.io/integrations/n8n.md): Step-by-step guide to connect AIOKA signals to n8n workflows — Telegram alerts, Discord notifications, and more. - [Introduction](https://docs.aioka.io/introduction.md): AI-powered crypto market intelligence for developers - [Quickstart](https://docs.aioka.io/quickstart.md): Get AIOKA market intelligence into your app in under 5 minutes - [Pricing & Tiers](https://docs.aioka.io/tiers.md): Choose the right AIOKA Intelligence API plan for your use case - [TradingView Integration](https://docs.aioka.io/tradingview.md): Overlay AIOKA AI signals on any BTC chart with the free Pine Script v5 indicator - [Webhooks](https://docs.aioka.io/webhooks.md): Receive real-time push events for verdicts, regime changes, and Ghost Trader signals — no polling required ## OpenAPI Specs - [openapi](https://docs.aioka.io/openapi.json)