Skip to main content
GET
/
v1
/
signals
/
latest
curl https://api.aioka.io/v1/signals/latest \
  -H "X-API-Key: aik_basic_your_key_here"
{
  "signals": [
    {
      "key": "BTC_RSI",
      "display_name": "BTC RSI (14)",
      "value": 42.3,
      "status": "LIVE",
      "last_updated": "2026-04-03T10:20:00Z"
    },
    {
      "key": "FEAR_GREED_INDEX",
      "display_name": "Fear & Greed Index",
      "value": 38.0,
      "status": "LIVE",
      "last_updated": "2026-04-03T10:00:00Z"
    }
  ],
  "total_signals": 27,
  "live_count": 24,
  "stale_count": 2,
  "dead_count": 1,
  "coverage_pct": 88.9,
  "timestamp": "2026-04-03T10:22:00Z",
  "cached": false,
  "cache_ttl_seconds": 30
}
To use the playground, enter your API key in the X-API-Key field above. Don’t have a key? Get one free →
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
curl https://api.aioka.io/v1/signals/latest \
  -H "X-API-Key: aik_basic_your_key_here"
{
  "signals": [
    {
      "key": "BTC_RSI",
      "display_name": "BTC RSI (14)",
      "value": 42.3,
      "status": "LIVE",
      "last_updated": "2026-04-03T10:20:00Z"
    },
    {
      "key": "FEAR_GREED_INDEX",
      "display_name": "Fear & Greed Index",
      "value": 38.0,
      "status": "LIVE",
      "last_updated": "2026-04-03T10:00:00Z"
    }
  ],
  "total_signals": 27,
  "live_count": 24,
  "stale_count": 2,
  "dead_count": 1,
  "coverage_pct": 88.9,
  "timestamp": "2026-04-03T10:22:00Z",
  "cached": false,
  "cache_ttl_seconds": 30
}

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