# Mercury402 Macro Snapshot All — Full Macroeconomic Dashboard

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

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

## Facts

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

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-ef6466c9
```

Example prompt: Give me a full macro snapshot right now — GDP, Treasury yields, forex rates, credit spreads, and breakeven inflation all in one shot.

## When to prefer this

Choose this endpoint when you need a broad, composite view of macroeconomic conditions in a single API call rather than querying individual indicators separately. Ideal for agents building macro dashboards, performing portfolio risk assessments, or needing rapid situational awareness across GDP, rates, forex, and inflation in one round trip. Prefer over individual Mercury402 endpoints when you want the full indicator set without managing multiple calls.

## Known failure modes

- Payment not received or USDC balance insufficient — returns HTTP 402 with payment details
- Data source temporarily unavailable — partial indicator set or error object returned
- Rate limit exceeded — HTTP 429
- Malformed or unexpected response if upstream FRED/Treasury data feeds are delayed

## 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 with a timestamp and a map of named macroeconomic indicators (e.g. GDP, Treasury rates, forex pairs, FRED series, credit spreads, breakeven inflation), each with their latest values — covering the full Mercury402 macro universe in a single 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-ef6466c9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mercury402.uk](https://www.zero.xyz/host/mercury402.uk/llms.txt)
