# Kronos Quant Signal – Agent Votes Feed

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

Returns multi-timeframe quantitative price-direction votes (forecasts) for crypto, commodities, and pre-market equities from the Kronos financial intelligence system.

## Facts

- Endpoint: GET https://kronos.seshat.markets/api/feeds/kronos/agent/votes
- Price: $0.003/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-agent-votes-feed-b84161ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ebbxa_mrXZ0EL_YEbF987

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-agent-votes-feed-b84161ae
```

Example prompt: Pull the latest Kronos quant signal votes for Bitcoin and Ethereum — I want to see the multi-timeframe price-direction forecasts so I can decide whether to adjust my crypto positions.

## When to prefer this

Choose this endpoint when you need quantitative, model-driven directional forecasts (votes) for crypto, commodities, or pre-market equities across multiple timeframes, particularly in an agent workflow that can handle x402 USDC micropayments. Prefer it over generic market data APIs when you want opinionated price-path signals rather than raw price or volume data.

## Known failure modes

- Payment not completed — returns 402 if x402 USDC micropayment is not provided
- No asset or filter params accepted by the GET schema may limit what markets are returned
- Stale or unavailable data if Kronos models have not updated for a given asset
- Empty vote set if no supported asset matches the query
- Rate limiting or access denial if repeated calls exceed account quota

## 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 set of directional vote signals (bullish/bearish/neutral) for financial assets across multiple timeframes, produced by Kronos's quantitative forecasting models. Each vote typically includes the asset, predicted price direction, timeframe, and possibly a confidence or strength indicator.

## 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-agent-votes-feed-b84161ae/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)
