# Orchard Data – Catalyst Radar

> Orchard Data – Catalyst Radar is a paid API for AI agents from orchard-data.letom1176.workers.dev, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Returns a real-time scan of notable market movers with AI-generated reasons for their price action, paid per-call via x402 microtransaction.

## Facts

- Endpoint: GET https://orchard-data.letom1176.workers.dev/api/catalyst-radar
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orchard-data-catalyst-radar-d2d3287e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9J1DqQ6vMBR9lr87lWQ7j

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 orchard-data-catalyst-radar-d2d3287e
```

Example prompt: Pull the latest catalyst radar scan — I want to see which symbols are moving right now and the reason behind each move, and let me know how fresh the data is.

## When to prefer this

Choose this endpoint when you need a quick, AI-annotated snapshot of notable market movers with explanations — especially useful for agents that need to act on catalyst-driven price action rather than raw price feeds. Prefer it over generic price APIs when you want human-readable reasons alongside the symbols, and when per-call micropayment via x402/USDC on Base fits your cost model.

## Known failure modes

- Payment not attached or insufficient USDC: 402 Payment Required response
- Invalid or malformed properties filter: may return empty or unexpected results
- Data staleness: fresh=false when cache is old, age_minutes will be elevated
- Cloudflare Worker downtime: 503 or timeout
- No movers detected: scan.movers array may be empty during low-volatility periods

## How this service works

Market data for AI agents, paid per-call via x402 (USDC on Base). Free index at /, free spec here.

## Output

A JSON object containing a 'scan' field with an array of movers, each having a 'symbol' (ticker) and 'reason' (AI-generated explanation of the catalyst), plus a 'fresh' boolean indicating whether the data is current and 'age_minutes' showing how old the cached result is.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "scan": {
   "movers": [
    {
     "reason": "...",
     "symbol": "XYZ"
    }
   ]
  },
  "fresh": true,
  "age_minutes": 12
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orchard-data-catalyst-radar-d2d3287e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from orchard-data.letom1176.workers.dev](https://www.zero.xyz/host/orchard-data.letom1176.workers.dev/llms.txt)
