# x402stock Unified Snapshot

> x402stock Unified Snapshot is a paid API for AI agents from agents.x402stock.xyz, paid per call via x402 or MPP, $0.02/call, status unknown (last checked 2026-09-15).

Returns a unified market and economic data snapshot covering US stocks, ETFs, options, forex, crypto, commodities, macro indicators, SEC filings, congressional trades, and sentiment in a single POST call, paid per request in USDC via x402.

## Facts

- Endpoint: GET https://agents.x402stock.xyz/api/v1/unified-snapshot
- Price: $0.02/call
- Payment: x402, MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402stock-unified-snapshot-ecd98da1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dNNT4TjWzemhpCun_tzXf

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 x402stock-unified-snapshot-ecd98da1
```

Example prompt: Pull a unified snapshot for AAPL including its current stock price, options data, macro indicators like CPI and Fed funds rate, and market sentiment — I want everything in one call.

## When to prefer this

Choose this endpoint when you need a broad, multi-asset-class or multi-indicator snapshot in a single API call rather than making separate calls per data type. It is especially valuable for agents that need to correlate equity, macro, commodity, and sentiment data simultaneously. The pay-per-use USDC model with no account or API key setup makes it ideal for autonomous agents operating in low-friction, one-off or infrequent query patterns.

## Known failure modes

- Insufficient USDC balance or payment failure — HTTP 402 with payment-required details
- Invalid or unsupported ticker symbol — error response indicating unrecognized asset
- Unsupported property requested — response may omit unrecognized fields or return an error
- Market closed or data temporarily unavailable — partial or stale data in response
- Malformed request body — 400 error if properties field is incorrectly typed

## How this service works

Snapshot a list of US-listed tickers at once: for each symbol, the company name, market session, current price, day change and percent change, day OHLCV with VWAP, and previous close. Pass a comma-separated list via `?tickers=AAPL,MSFT,NVDA` (up to 250). Built for pricing a watchlist or portfolio in a single request. From x402stock, a market & economic data API (x402, USDC).

## Output

A unified JSON response containing whichever data properties were requested, potentially including: US stock/ETF quotes and options chains, forex rates, crypto and on-chain perps prices, energy commodity prices (crude, natural gas, gasoline), US and global macro indicators (Fed funds, CPI/PCE, jobs, GDP, treasury debt and yields, World Bank indicators), SEC filings, congressional trade disclosures, and market sentiment scores — all in a single response paid for via USDC per call.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402stock-unified-snapshot-ecd98da1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.x402stock.xyz](https://www.zero.xyz/host/agents.x402stock.xyz/llms.txt)
