Skip to main content

Pricing & Tiers

FeatureFreeBasicPro
Price$0$49/mo$199/mo
Calls/day101,00010,000
Calls/minute230100
Latest Verdict
Current Regime
Health Check
27 Live Signals
Verdict History
Regime History
AI Council Session
Ghost Trader Signal
Signal History
Backtesting

Free Tier

Perfect for getting started, building proof-of-concepts, or integrating AIOKA signals into personal dashboards.
  • 10 API calls per day
  • Access: verdict/latest, regime/current, health
  • No credit card required
Get your free key →

Basic Tier — $49/month

For active traders who want the full signal picture.
  • 1,000 API calls per day
  • Everything in Free, plus:
    • All 27 live market signals
    • Verdict history (last 24h)
    • Regime history (last 7 days)
Contact us to upgrade → api@aioka.io

Pro Tier — $199/month

For algorithmic traders and research teams who need the full intelligence stack.
  • 10,000 API calls per day
  • Everything in Basic, plus:
    • AI Council multi-agent sessions (6 agents + Chief Judge)
    • Ghost Trader entry signals (7/7 gate conditions)
    • Signal history for any of 27 signals
    • Historical backtesting (up to 90 days)
Contact us to upgrade → api@aioka.io

Rate Limit Headers

All responses include these headers:
X-RateLimit-Tier: free
X-RateLimit-Calls-Today: 3
X-RateLimit-Calls-Limit: 10
X-RateLimit-Reset-At: 2026-04-04T00:00:00Z

Caching

Responses are cached in Redis to reduce load and improve latency. The cached field in every response indicates whether the data came from cache:
{
  "ruling": "ACCUMULATE",
  "cached": true,
  "cache_ttl_seconds": 45
}
Cache TTLs by endpoint:
EndpointTTL
verdict/latest60s
verdict/history120s
regime/current300s
regime/history300s
signals/latest30s
signals/history300s
council/latest60s
ghost/signal30s
backtest3600s