# Mercury402 Macro Snapshot All — Full Macroeconomic Dashboard

> Mercury402 Macro Snapshot All — Full Macroeconomic Dashboard is a paid API for AI agents from api.mercury402.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a composite snapshot of all major macroeconomic indicators in a single call, including GDP, Treasury rates, FRED data, forex, spreads, and breakeven inflation.

## Facts

- Endpoint: GET https://api.mercury402.com/v1/macro/snapshot/all
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mercury402-macro-snapshot-all-full-macroeconomic-dashboard-c8248856
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bfkoXEMKREejAX7pArgMj

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 mercury402-macro-snapshot-all-full-macroeconomic-dashboard-c8248856
```

Example prompt: Pull the full macro snapshot right now — I need everything: GDP, Treasury yields, forex rates, credit spreads, and breakeven inflation all in one shot for my economic dashboard.

## When to prefer this

Choose this endpoint when you need a broad, all-in-one macroeconomic overview and want to avoid making many separate API calls for individual indicators. Ideal for dashboards, morning briefings, or any agent task requiring holistic macro context. If you only need a single indicator (e.g., just the 10-year Treasury yield), a more targeted Mercury402 endpoint may be more cost-efficient.

## Known failure modes

- Upstream data provider lag may cause stale timestamps for some indicators
- Payment not processed (402 response if USDC payment header is missing or invalid)
- Partial indicator availability if one upstream source (e.g., FRED) is temporarily down
- Rate limiting if called too frequently within a short window

## How this service works

76 live pay-per-call financial data APIs for AI agents. Treasury, FRED, forex, spreads, breakeven inflation, macro bundles, and composite dashboards. USDC on Base.

## Output

A JSON object timestamped to the current moment containing a dictionary of major macroeconomic indicators (e.g., GDP with current value), plus Treasury rates, FRED series, forex pairs, credit spreads, and breakeven inflation figures — all bundled into one response.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "timestamp": "2026-03-11T01:00:00Z",
  "indicators": {
   "GDP": {
    "value": 22000.5
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mercury402-macro-snapshot-all-full-macroeconomic-dashboard-c8248856/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.mercury402.com](https://www.zero.xyz/host/api.mercury402.com/llms.txt)
