# Kronos Quant Signal – Behavioral Correlations Feed

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

Returns behavioral correlation signals across crypto, commodities, and pre-market equities to support multi-timeframe price-path forecasting.

## Facts

- Endpoint: GET https://kronos.seshat.markets/api/feeds/agent-intelligence/behavioral-correlations
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kronos-quant-signal-behavioral-correlations-feed-c036cfca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yO7NwJWQGpUjattSLbQXR

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-behavioral-correlations-feed-c036cfca
```

Example prompt: Pull the latest behavioral correlation signals from Kronos Quant Signal's agent intelligence feed so I can see how crypto assets are correlated with commodities and pre-market equities right now.

## When to prefer this

Choose this endpoint when an agent needs cross-asset behavioral correlation intelligence specifically combining crypto, commodities, and pre-market equities in a single feed. It is well-suited for algorithmic trading agents that need quantitative signals rather than raw price data, and for multi-timeframe forecasting pipelines. At $0.01 USDC per call via x402 micropayment, it is cost-effective for frequent polling. Prefer this over generic price feed APIs when behavioral pattern analysis and asset correlations are the core requirement.

## Known failure modes

- Payment not provided or USDC micropayment rejected via x402 — returns 402 Payment Required
- Invalid or missing required method parameter — returns 400 Bad Request
- Endpoint temporarily unavailable or market data source offline — returns 503
- Rate limiting if too many calls in a short window — returns 429
- Empty or stale signal if no behavioral patterns detected in the current market window

## 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 feed of behavioral correlation signals showing statistical relationships between crypto assets, commodities, and pre-market equities, intended to inform multi-timeframe price-path forecasts. Likely includes correlation coefficients, asset pairs, timeframe labels, and directional signal metadata.

## 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-behavioral-correlations-feed-c036cfca/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)
