# Kronos Quant Signal – Forecast Distribution

> Kronos Quant Signal – Forecast Distribution 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 price-path forecast distributions for a given crypto, commodity, or pre-market equity symbol using quantitative signals.

## Facts

- Endpoint: GET https://kronos.seshat.markets/api/feeds/kronos/forecast-distribution/%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-forecast-distribution-eee56bcf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RsjE3wW-Y4SFjbJ5fgCS6

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-forecast-distribution-eee56bcf
```

Example prompt: Can you pull the Kronos forecast distribution for BTC — I want to see the multi-timeframe price-path probabilities so I can decide whether to open a position today?

## When to prefer this

Choose this endpoint when you need quantitative, model-driven price-path forecast distributions across multiple timeframes for crypto assets, commodities, or pre-market equities — especially when you want probability distributions rather than simple point forecasts. Prefer it over generic market data APIs when probabilistic signal is needed for decision-making in trading or portfolio contexts. Best used for single-symbol lookups requiring a fresh forecast signal at the moment of query.

## Known failure modes

- Invalid or unsupported symbolKey returns 404 or error response
- Payment failure via x402/USDC results in 402 Payment Required
- Symbol not currently covered by the Kronos model returns empty or null distribution
- Network timeout from the forecasting backend returns 503
- Malformed symbolKey path parameter returns 400 Bad Request

## 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 forecast distribution object containing multi-timeframe price-path predictions for the requested symbol, including probability distributions, confidence intervals, and quantitative signals across short, medium, and longer timeframes — covering crypto assets, commodities, and pre-market equities.

## 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-forecast-distribution-eee56bcf/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)
