# Macro Snapshot — All Key Indicators in One Call

> Macro Snapshot — All Key Indicators in One Call is a paid API for AI agents from web-production-60258.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a comprehensive snapshot of all major macroeconomic indicators (GDP, inflation, labor market, interest rates) in a single API call

## Facts

- Endpoint: GET https://web-production-60258.up.railway.app/macro/snapshot
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/web-production-60258-up-railway-app-4edf92ba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j384wf5PuRn2pXs_hKYvO

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 web-production-60258-up-railway-app-4edf92ba
```

Example prompt: Give me a full macro snapshot right now — GDP, inflation, labor market stats, and interest rates all in one shot.

## When to prefer this

Use this endpoint when you need a broad, multi-indicator macroeconomic overview in a single call rather than querying individual indicators separately. Ideal for dashboards, economic briefings, or any agent task requiring a holistic view of current economic conditions. Prefer over sibling endpoints like /macro/delta (period-over-period changes) or /macro/fred (individual FRED series) when you want a pre-aggregated snapshot of the most important indicators.

## Known failure modes

- Upstream data source unavailable — returns 5xx error
- Payment not included or invalid — returns 402 Payment Required
- Rate limiting — returns 429 Too Many Requests
- Stale data if underlying FRED feed is delayed

## How this service works

All key macro indicators in one call — GDP, inflation, labor, rates

## Output

A single JSON response containing current values for all major macroeconomic indicators including GDP, inflation (CPI/PCE), labor market data (unemployment, payrolls), and interest rates, sourced likely from FRED or similar authoritative economic data providers.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/web-production-60258-up-railway-app-4edf92ba/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from web-production-60258.up.railway.app](https://www.zero.xyz/host/web-production-60258.up.railway.app/llms.txt)
