# Kronos Quant Signal – Accuracy Candles Feed

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

Returns historical candle-level accuracy data for Kronos price-path forecasts across crypto, commodities, and pre-market equities

## Facts

- Endpoint: GET https://kronos.seshat.markets/api/feeds/kronos/accuracy/candles
- Price: $0.005/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-candles-feed-b05828c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9CIR2xk8AynIvK6UC5Ct3

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-candles-feed-b05828c4
```

Example prompt: Can you pull up the historical candle-level accuracy data for Kronos's crypto forecast signals so I can see how well their price-path predictions have performed?

## When to prefer this

Choose this endpoint when you need to audit or validate the historical accuracy of Kronos price-path forecasts before acting on them, or when building a performance dashboard for quantitative signals. It is specifically useful for due-diligence workflows, signal backtesting reviews, and comparing forecast reliability across asset classes. Prefer it over raw forecast endpoints when the goal is evaluation rather than obtaining a new prediction.

## Known failure modes

- Payment not completed — x402 micropayment of 0.005 USDC required before data is served
- Invalid or missing path parameters — endpoint returns error if required feed identifiers are malformed
- No data available for requested timeframe or asset — returns empty or null candle set
- Rate limiting or quota exceeded — repeated rapid calls may be throttled
- Network/upstream error from Seshat Markets infrastructure

## 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 dataset of candle-level accuracy records for Kronos price-path forecasts, including metrics such as prediction vs. actual price movement, accuracy scores per candle period, and performance across asset classes (crypto, commodities, pre-market equities) and timeframes.

## 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-candles-feed-b05828c4/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)
