· product  · 2 min read

ai Swing X™ Data API — Market Regime & Swing Signals for Your Apps

A REST API that exposes the same market regime, crypto indicators, and swing signals used inside ai Swing X™. Use it for asset allocation, position sizing, algos, and dashboards without building your own data pipelines.

A REST API that exposes the same market regime, crypto indicators, and swing signals used inside ai Swing X™. Use it for asset allocation, position sizing, algos, and dashboards without building your own data pipelines.

The ai Swing X™ Data API is a REST API that exposes the same market regime, crypto indicators, and swing signals used inside the ai Swing X™ trading platform. You can call it from your own apps, scripts, or dashboards without building or maintaining data pipelines.

What you get

  • 12 JSON endpoints — All GET, same base URL: https://aiswingx.com/api/v1/
  • API key — Issued to registered users (free sign-up)
  • Same logic as ai Swing X™ — Kostolany phase, risk regime, crypto phase, volatility, volume flow, and swing signals (BUY/SELL/HOLD)

Why use it

  • Asset allocation — Adjust stock vs cash vs crypto by market cycle (Kostolany phase, crypto phase).
  • Position sizing — In risk_off, reduce size; in risk_on, you can lean in.
  • Algos & bots — Use swing signals and confidence for entries and exits.
  • Dashboards & alerts — One call per day or per session to drive UI or notifications.

Endpoints at a glance

Regime (market cycle & risk)
/api/v1/regime/kostolany-phase, market-slope, liquidity-pressure, risk-regime

Market (crypto)
/api/v1/market/crypto-phase, risk-regime, liquidity-pressure, volatility-regime, volume-flow

Signal (swing trading)
/api/v1/signal/swing, btc-swing, eth-swing

How to get started

  1. Sign up at ai Swing X™.
  2. Get your API key — After login, go to My API Key (under Data API in the sidebar). Generate and copy the key.
  3. Call an endpoint — Send a GET request with your key:
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://aiswingx.com/api/v1/regime/kostolany-phase

You can also use X-API-Key: YOUR_API_KEY or ?api_key=YOUR_API_KEY.

Pricing & limits

Plans differ by daily API call limit (all 12 endpoints combined):

PlanCalls/dayPrice
Free50Trial
Trader1,000$29/mo
Quant10,000$99/mo
FundUnlimited$499/mo

Subscribe from the API Pricing page or from Billing & Invoices after login. Exceeding the limit returns 429.

Support

AI Builds. You Profit. For full docs and field meanings, see the Data API Service guide.

Back to Blog

Related Posts

View All Posts »