# Kronos Quant Signal – Confluence Forecast Feed

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

Returns multi-timeframe quantitative price-path forecasts and confluence signals for a specified crypto, commodity, or pre-market equity symbol, paid via x402 USDC micropayments.

## Facts

- Endpoint: GET https://kronos.seshat.markets/api/feeds/kronos/confluence/%7BsymbolKey%7D
- Price: $0.01/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-confluence-forecast-feed-88ab2651
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eELptvEBEUYZFYj5DYLnT

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-confluence-forecast-feed-88ab2651
```

Example prompt: Pull the Kronos confluence forecast for BTC right now — I want to see the multi-timeframe price-path signal and whether there's directional confluence across timeframes.

## When to prefer this

Choose this endpoint when you need a structured, multi-timeframe quantitative confluence signal for crypto assets, commodities, or pre-market equities and are willing to pay $0.01 USDC per call via x402 micropayment. It is best suited for AI agents that need an opinionated directional forecast with confluence scoring rather than raw price data or order-book feeds. Prefer alternatives if you need real-time tick data, historical OHLCV, or traditional REST API auth patterns without crypto payment rails.

## Known failure modes

- Invalid or unsupported symbolKey returns an error or empty result
- x402 USDC payment failure or insufficient balance blocks the response
- Stale or unavailable market data may produce degraded confidence scores
- Rate limiting or quota exhaustion if too many calls are made in rapid succession
- Symbol format mismatch (e.g. wrong ticker convention) may cause lookup failure

## 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 quantitative forecast object for the requested symbol containing multi-timeframe price-path projections, a confluence signal indicating directional agreement across timeframes, confidence metrics, and a timestamp. The response reflects Kronos's proprietary quantitative model output for that symbol at the time of the call.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kronos-quant-signal-confluence-forecast-feed-88ab2651/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)
