# Market Regime Intelligence

> Market Regime Intelligence is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns current market regime classification and intelligence signals to identify bull, bear, or sideways market conditions

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/market-regime-intel
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/market-regime-intelligence-298c7849
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EioqbfCvLlqFqnz3gXxLX

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability market-regime-intelligence-298c7849
```

Example prompt: What's the current market regime — are we in a bull, bear, or sideways phase right now? Give me the regime intelligence signal so I can calibrate my portfolio strategy.

## When to prefer this

Use this endpoint when you need a rapid, pay-per-call market regime classification without setting up API keys or accounts. Ideal for AI agents that need to dynamically assess macro market conditions before executing trades, rebalancing portfolios, or adjusting risk parameters. Prefer this over broker APIs when you only need regime signals rather than full OHLCV data.

## Known failure modes

- Missing or malformed properties parameter returns 400 or empty response
- Stale regime data if underlying data feed is lagging
- Payment failure on Base mainnet results in 402 response and no data returned
- Network timeout if USDC transaction is not confirmed promptly

## How this service works

Classify US equity market regime (BULL/CORRECTION/BEAR/SIDEWAYS/RISK_OFF) from 5 signals: SPY SMA50/200 trend, VIX level and trend, HYG/IEF credit spread, 10-yr yield, and QQQ/IWM momentum divergence. Returns regime label, per-signal scores, composite confidence 0-100, and narrative summary.

## Output

A market regime classification (e.g. bull, bear, sideways/ranging, risk-on, risk-off) along with supporting intelligence signals that describe the current macro or asset-level market state, enabling trading strategy calibration.

## Example request

```json
{
 "properties": "market_regime,bull_bear_signal,regime_confidence"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/market-regime-intelligence-298c7849/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
