Skip to main content
GET
To use the playground, enter your API key in the X-API-Key field above. Requires BASIC tier key ($49/mo). Contact info@aioka.io to upgrade.
Tier: Basic ($49/mo) ๐Ÿ”’ Cache TTL: 30 seconds

Signal Categories

  • On-chain: SOPR, MVRV Z-Score, NUPL, Hash Ribbon, Exchange Flow
  • Macro: US10Y, DXY, Gold, BTC-NASDAQ Correlation
  • Options: Put/Call Ratio, DVOL, Options OI
  • Liquidity: Stablecoin Mint, Whale Flow, Entity Pressure
  • Liquidation: Directional Bias, Cascade Risk, Proximity Alert

Macro Calendar

The macro_calendar object reports the current ForexFactory economic-calendar status โ€” FOMC, Non-Farm Payrolls, and CPI awareness shared across all AIOKA councils. A BLACKOUT status (TIER-1 event) means every council is paused for the day.

Authorizations

X-API-Key
string
header
required

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

Response

Signal snapshot

signals
SignalItem ยท object[]
required
total_signals
integer
required
live_count
integer
required
stale_count
integer
required
dead_count
integer
required
coverage_pct
number
required
timestamp
string<date-time>
required
cached
boolean
required
cache_ttl_seconds
integer
required
macro_calendar
MacroCalendarStatus ยท object

Sprint 343 โ€” current macro economic calendar status.

Surfaced on GET /v1/signals/latest so SSR consumers (the aioka.io live page) can render a FOMC/NFP/CPI awareness indicator without parsing the raw MACRO_CAL_* signals. Backed by the Sprint 341 MacroCalendarProvider.