# Kronos by ForgeMesh — x402 Market Intelligence Signals

> Kronos by ForgeMesh — x402 Market Intelligence Signals is a paid API for AI agents from kronos.forgemesh.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns calibrated crypto market signals with risk state and signal context for specified trading pairs, paid via x402 micropayments on Base.

## Facts

- Endpoint: GET https://kronos.forgemesh.io/api/signals
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kronos-by-forgemesh-x402-market-intelligence-signals-8674c84d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WVgE8Zg1qrqHtfQk9xkrU

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-by-forgemesh-x402-market-intelligence-signals-8674c84d
```

Example prompt: Pull the latest Kronos market intelligence signals for BTC/USD and ETH/USD on the 1-hour timeframe and tell me which pair is ranking highest right now.

## When to prefer this

Choose this endpoint when building autonomous agents that need calibrated, pay-per-call crypto market signals without committing to a subscription — ideal for low-frequency or event-driven trading bots operating on Base. Prefer it over free data sources when signal quality, calibration, and auditability (decision journals, outcome audits) matter. The x402 micropayment model at $0.05 USDC per call makes it cost-effective for sporadic queries.

## Known failure modes

- Payment failure: insufficient USDC balance or x402 micropayment not accepted — returns 402 Payment Required
- Invalid trading pair: unrecognized symbol returns empty signals map or error
- Rate limiting: too many requests in a short window returns 429
- Service unavailability: upstream data source outage may return 503 or stale data
- Malformed request: missing or invalid properties field returns 400 Bad Request

## How this service works

Paid crypto market-intelligence API for autonomous agents. Calibrated ranges, signal context, risk state, decision journals, and outcome audits via x402 micropayments on Base.

## Output

A JSON object containing a timestamp, a list of top-k ranked trading pairs by signal strength, a map of signal scores per pair (e.g. BTC/USD: 0.0001, ETH/USD: 0.004), the requested timeframe, and the canonical API path. Used for calibrated decision-making, risk assessment, and outcome auditing.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ts": "2026-04-12T12:27:08Z",
  "top_k": [
   "ETH/USD"
  ],
  "signals": {
   "BTC/USD": 0.0001,
   "ETH/USD": 0.004
  },
  "timeframe": "1h",
  "_canonical": "/api/signals"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kronos-by-forgemesh-x402-market-intelligence-signals-8674c84d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kronos.forgemesh.io](https://www.zero.xyz/host/kronos.forgemesh.io/llms.txt)
