# Orchard Data Market Brief

> Orchard Data Market Brief is a paid API for AI agents from orchard-data.letom1176.workers.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns a concise market brief including crypto prices, US ETF prices, and crypto fear & greed index, billed per-call via x402 micropayments

## Facts

- Endpoint: GET https://orchard-data.letom1176.workers.dev/api/market-brief
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orchard-data-market-brief-967259b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T8olMFDKnXLvN2U9Turbv

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-market-brief-967259b6
```

Example prompt: Give me a quick market brief — I want current crypto prices like BTC, major US ETF prices like SPY, and the crypto fear and greed index.

## When to prefer this

Choose this endpoint when you need a quick, low-cost ($0.005) per-call market snapshot covering both crypto and US ETFs plus sentiment index, especially in agentic workflows where pay-per-use micropayments via x402/USDC on Base are acceptable and no long-term API subscription is desired.

## Known failure modes

- Payment not included or insufficient USDC — returns HTTP 402 requiring x402 payment
- Rate limit or worker capacity exceeded — returns 5xx error
- Market data source unavailable — may return stale or partial data
- Malformed request — returns 4xx error

## How this service works

One-call market snapshot: BTC/ETH/SOL spot + 24h change, crypto fear & greed index, and SPY/QQQ/DIA/IWM quotes. JSON.

## Output

A JSON object containing an array of crypto assets with USD price, symbol, and 24h change percentage; an array of US ETFs with last price, symbol, and change percentage; and a crypto fear and greed index value.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "crypto": [
   {
    "usd": 64719,
    "symbol": "BTC",
    "change_24h_pct": -0.25
   }
  ],
  "us_etfs": [
   {
    "last": 754.8,
    "symbol": "SPY",
    "change_pct": 0.4
   }
  ],
  "crypto_fear_greed": {
   "value": 25
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orchard-data-market-brief-967259b6/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)
