# Kronos Quant Signal – Multi-Timeframe Price Forecast API

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

Returns quantitative multi-timeframe price-path forecasts for crypto, commodities, and pre-market equities for a given symbol, paid via x402 USDC micropayments.

## Facts

- Endpoint: GET https://kronos.seshat.markets/api/feeds/kronos/predict/%7BsymbolKey%7D
- Price: $0.04/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-multi-timeframe-price-forecast-api-96b2ca8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0o-2yAIPX-Jd_sCoWSj_U

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-multi-timeframe-price-forecast-api-96b2ca8f
```

Example prompt: What's the Kronos quant signal and multi-timeframe price forecast for BTC right now? I want to see where it's predicted to go across short and long timeframes.

## When to prefer this

Choose this endpoint when you need quantitative, model-driven multi-timeframe price forecasts for crypto assets, commodities, or pre-market equities, especially when micropayment-per-call billing (x402/USDC) is acceptable. Prefer it over generic market data APIs when directional signal intelligence and price-path prediction are more important than raw tick data or historical prices.

## Known failure modes

- Invalid or unsupported symbolKey returns a 404 or error payload
- Payment failure via x402 USDC results in 402 Payment Required blocking the response
- Symbol not covered (e.g., obscure altcoin) returns empty or error response
- Stale market data may reduce forecast accuracy during low-liquidity periods
- Network timeout if upstream quant model is slow to respond

## 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 quantitative multi-timeframe price-path forecast for the requested symbol, including directional signals and predicted price trajectories across multiple time horizons (e.g., short-term, medium-term, long-term), likely accompanied by confidence scores or signal strength indicators.

## 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-multi-timeframe-price-forecast-api-96b2ca8f/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)
