# Kronos Quant Signal – Crypto & Financial Forecast API

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

Returns multi-timeframe quantitative price-path forecasts and trading signals for crypto, commodities, and pre-market equities via micropayment-gated GET requests.

## Facts

- Endpoint: GET https://kronos.seshat.markets/api/feeds/kronos/decisions
- Price: $0.001/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-crypto-financial-forecast-api-0456e0d1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b3knzO6w__ZFsO7taLJp4

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-crypto-financial-forecast-api-0456e0d1
```

Example prompt: Pull the Kronos Quant Signal decision forecast for Bitcoin right now — I want to see the multi-timeframe price-path prediction and the buy/sell signal.

## When to prefer this

Choose this endpoint when you need quantitative, multi-timeframe price-path forecasts and actionable trading signals specifically for crypto, commodities, or pre-market equities, and you are operating in an x402 micropayment-capable environment. It is particularly well-suited for AI trading agents that need low-cost, per-call signal access without a subscription. Prefer it over generic market data APIs when you want opinionated buy/sell decision signals rather than raw price ticks.

## Known failure modes

- Payment not included or USDC balance insufficient — returns HTTP 402 Payment Required
- Invalid or unsupported asset symbol in path params — returns 400 or empty result
- Asset market closed or no recent data available — may return stale or null forecast
- Rate limiting if too many requests are made in a short window — returns 429
- Network/server errors on the provider side — returns 500

## 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 quantitative forecast payload containing multi-timeframe price-path predictions, directional trading signals (e.g. buy/sell/hold decisions), and confidence or probability scores for crypto assets, commodities, or pre-market equities. Exact schema fields depend on the queried asset and timeframe parameters.

## 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-crypto-financial-forecast-api-0456e0d1/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)
