# Orchard Data Macro Indicators

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

Returns current macroeconomic indicators such as US 10-year Treasury yield and VIX volatility index, paid per-call via x402 micropayments.

## Facts

- Endpoint: GET https://orchard-data.letom1176.workers.dev/api/macro
- 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/orchard-data-macro-indicators-893e13a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gfnqb97kjoa8HpAOBXyN9

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-macro-indicators-893e13a2
```

Example prompt: What are the current macro indicators — specifically the US 10-year Treasury yield and VIX — right now?

## When to prefer this

Choose this endpoint when an AI agent needs lightweight, on-demand access to key macroeconomic indicators (US 10Y yield, VIX) priced at $0.003 per call via x402 micropayments on Base, with no subscription required. Ideal for agents that need macro context infrequently or on a per-decision basis rather than a continuous data stream.

## Known failure modes

- Payment not provided or insufficient USDC balance — returns 402 Payment Required
- Invalid or unrecognized properties filter — may return empty or partial results
- Network or worker downtime — returns 5xx error
- Rate limiting or quota exceeded — returns 429 or similar error

## How this service works

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

## Output

Returns a JSON object with a 'macro' array, each item containing a 'label' (e.g. 'us_10y_yield', 'vix') and a 'last' value representing the most recent reading of that macroeconomic indicator.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "macro": [
   {
    "last": 4.57,
    "label": "us_10y_yield"
   },
   {
    "last": 16.9,
    "label": "vix"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orchard-data-macro-indicators-893e13a2/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)
