# Kronos Quant Signal – Financial Forecast Digest

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

Returns multi-timeframe quantitative price-path forecasts for a given crypto, commodity, or pre-market equity symbol, paid per-call via x402 USDC micropayments.

## Facts

- Endpoint: GET https://kronos.seshat.markets/api/feeds/kronos/digest/%7BsymbolKey%7D
- Price: $0.03/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-financial-forecast-digest-d87276f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5T54FlgyKYudkecoHvata

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-financial-forecast-digest-d87276f6
```

Example prompt: Pull the Kronos quant signal digest for BTC — I want the multi-timeframe price-path forecast so I can see where Bitcoin is likely headed over the next several periods.

## When to prefer this

Choose this endpoint when you need a structured, multi-timeframe quantitative price forecast for crypto (BTC, ETH, SOL, etc.), commodities (gold, oil), or pre-market equities, and you are comfortable with x402 USDC micropayment per call. Prefer this over generic price feeds when you need forward-looking signals rather than historical or spot price data.

## Known failure modes

- Invalid or unsupported symbolKey returns an error or empty digest
- x402 payment failure if wallet balance is insufficient or payment not authorized
- Network timeout if the signal computation backend is slow or unavailable
- Stale or missing data for thinly-traded symbols
- Rate limiting if too many calls are made in rapid succession

## How this service works

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

## Output

Returns a structured 'digest' for the requested symbol containing multi-timeframe quantitative price-path forecasts and directional signals, covering short, medium, and longer-term horizons for crypto, commodity, or pre-market equity assets. Each call is billed $0.03 USDC via x402 micropayment.

## 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-financial-forecast-digest-d87276f6/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)
