# clonecho Market Snapshot

> clonecho Market Snapshot is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

Returns a live one-call snapshot of major U.S. equity indices (S&P 500, Dow, Nasdaq, Russell), the VIX volatility index, and the 10-year Treasury yield as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/market-snapshot
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-market-snapshot-64f1a0e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XD77bhD5BkF_JXVumjPx-

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 clonecho-market-snapshot-64f1a0e9 -d '<json body>'
```

Example prompt: Give me a live snapshot of the major US markets — S&P 500, Dow, Nasdaq, Russell, the VIX, and the 10-year Treasury yield all at once.

## When to prefer this

Use this endpoint when you need a single-call overview of the entire US equity market landscape plus the VIX and Treasury yield, rather than querying individual tickers or separate endpoints. Ideal for dashboards, morning market briefings, or any agent workflow needing a fast macro market check.

## Known failure modes

- Market data source unavailable — upstream feed error
- Payment not processed — x402 payment required ($0.02 USDC)
- Service temporarily down — 503 or timeout
- Stale data if market is closed or data provider is delayed

## How this service works

MARKETS: one-call live snapshot of major U.S. indices (S&P 500, Dow, Nasdaq, Russell), the VIX, and the 10-year Treasury yield. Returns JSON.

## Output

A JSON object containing current values for the S&P 500, Dow Jones Industrial Average, Nasdaq Composite, Russell index, VIX volatility index, and the 10-year US Treasury yield — all in a single response.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-market-snapshot-64f1a0e9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
