# Kronos Quant Signal – Benchmark Forecast Feed

> Kronos Quant Signal – Benchmark Forecast 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-16).

Returns multi-timeframe quantitative price-path forecasts for crypto, commodities, and pre-market equities via a benchmark signal feed, billed at $0.02 USDC per call via x402 micropayments.

## Facts

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

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-benchmark-forecast-feed-df5fd03c
```

Example prompt: Pull the Kronos benchmark quant signal for Bitcoin right now — I want the multi-timeframe price-path forecast so I can decide whether to enter a position.

## When to prefer this

Choose this endpoint when you need quantitative, multi-timeframe price-path forecasts for crypto, commodities, or pre-market equities and want a single benchmark signal rather than raw market data. It is especially suitable for AI agents that need a pre-computed directional signal rather than doing their own technical analysis. At $0.02 USDC per call via x402, it is cost-effective for frequent polling in automated trading or decision-support workflows.

## Known failure modes

- Payment failure: insufficient USDC balance or x402 micropayment rejected, returns 402 Payment Required
- Asset not found: requested symbol not covered by the benchmark feed
- Rate limiting: too many calls in a short window, returns 429
- Service unavailable: forecast engine temporarily offline, returns 503
- Stale signal: forecast data may be delayed during low-liquidity periods

## 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 payload containing multi-timeframe price-path signals and benchmark scores for the requested asset class (crypto, commodity, or pre-market equity). Includes directional signals and confidence indicators across multiple time horizons.

## 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-benchmark-forecast-feed-df5fd03c/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)
