# Kronos Quant Signal – Market Regime Feed

> Kronos Quant Signal – Market Regime Feed is a paid API for AI agents from kronos.seshat.markets, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns the current macro market regime classification (e.g. bull/bear/ranging/risk-off) for crypto, commodities, and pre-market equities to inform multi-timeframe trading signals.

## Facts

- Endpoint: GET https://kronos.seshat.markets/api/feeds/kronos/regime
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kronos-quant-signal-market-regime-feed-4b4d4460
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zdIF9GIcmCOnD5iGxt2_6

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 kronos-quant-signal-market-regime-feed-4b4d4460
```

Example prompt: What's the current market regime according to Kronos — are we in a bull, bear, or ranging phase for crypto right now?

## When to prefer this

Choose this endpoint when you need a real-time macro regime classification signal (bull/bear/ranging/risk-off) to contextualize or filter trading decisions across crypto, commodities, or pre-market equities. Prefer it over raw price feeds when your strategy needs a discrete regime label rather than a continuous price series. Particularly useful as a pre-trade gate or a portfolio risk filter. Use it when you want a lightweight, low-cost ($0.02 USDC) regime-level signal without processing raw OHLCV data yourself.

## Known failure modes

- Payment not completed via x402 USDC micropayment — returns 402 Payment Required
- Stale or unavailable market data — may return an error or last-known regime
- Invalid or missing path parameters — returns 400 Bad Request
- Service downtime or upstream data feed failure — returns 5xx error
- Insufficient USDC balance for $0.02 per-call fee — payment rejection

## How this service works

Kronos financial intelligence API: crypto, commodities, and pre-market equities. Multi-timeframe price-path forecasts with x402 USDC micropayments.

## Output

A structured response containing the current market regime classification (e.g. bullish trend, bearish trend, ranging, risk-off) for supported asset classes including crypto, commodities, and pre-market equities, potentially with multi-timeframe context and confidence indicators.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "method": {
     "type": "string",
     "enum": [
      "GET"
     ]
    },
    "pathParams": {
     "type": "object"
    }
   },
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kronos-quant-signal-market-regime-feed-4b4d4460/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kronos.seshat.markets](https://www.zero.xyz/host/kronos.seshat.markets/llms.txt)
