# Kronos Quant Signal – Accuracy Feed

> Kronos Quant Signal – Accuracy Feed 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 historical accuracy metrics for Kronos's multi-timeframe price-path forecasts across crypto, commodities, and pre-market equities

## Facts

- Endpoint: GET https://kronos.seshat.markets/api/feeds/kronos/accuracy
- 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-accuracy-feed-c2207ace
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_maA2TffNCV5Nrshd-KvyX

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-accuracy-feed-c2207ace
```

Example prompt: Can you pull the Kronos Quant Signal accuracy feed and tell me how well their crypto and commodities price-path forecasts have performed historically?

## When to prefer this

Use this endpoint when you need to audit or validate the reliability of Kronos's forecast signals before committing to paid prediction calls, or when periodically benchmarking model performance for crypto, commodities, or pre-market equities signals. Prefer this over the forecast endpoints themselves when the goal is evaluation rather than prediction.

## Known failure modes

- Payment failure: insufficient USDC balance for x402 micropayment results in 402 Payment Required
- Endpoint unavailable: service downtime returns 503
- No data returned: accuracy feed may be empty if insufficient forecast history exists
- Authentication issues with x402 payment header formatting

## 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 response containing historical accuracy metrics and performance statistics for Kronos's price-path forecasts, covering crypto, commodities, and pre-market equities across multiple timeframes. May include hit rates, directional accuracy scores, and model benchmark data.

## 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-accuracy-feed-c2207ace/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)
