# Kronos Quant Signal – Track Record Feed

> Kronos Quant Signal – Track Record 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).

Retrieves the historical forecast track record for the Kronos quantitative signal service covering crypto, commodities, and pre-market equities.

## Facts

- Endpoint: GET https://kronos.seshat.markets/api/feeds/kronos/agent/track-record
- 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-track-record-feed-d10d0369
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9KbT6chZkjR-8r440-DdP

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-track-record-feed-d10d0369
```

Example prompt: Pull the Kronos Quant Signal track record so I can see how accurate their crypto and commodities price forecasts have been historically before I start relying on their signals.

## When to prefer this

Use this endpoint when you need to evaluate or audit the historical forecast reliability of the Kronos Quant Signal service before committing to its predictions for live trading decisions. Prefer this over general market data APIs when you specifically want provider-level accuracy metadata rather than raw price data or new forecasts.

## Known failure modes

- Payment required (402): USDC micropayment via x402 not provided or invalid — request blocked
- No path parameters accepted — any extra params may be ignored or cause an error
- Service unavailable or rate-limited if upstream data feed is stalled
- Empty or partial response if no track record data has yet been recorded
- Domain resolution failure if seshat.markets experiences downtime

## 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 historical performance data for the Kronos quantitative signal service, including past forecast outcomes, accuracy metrics, hit rates, and signal reliability statistics across covered 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-track-record-feed-d10d0369/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)
