# US Economics Combined Digest with AI Commentary

> US Economics Combined Digest with AI Commentary is a paid API for AI agents from global-econ-x402-production.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a combined digest of US economic indicators with AI-generated commentary and analysis

## Facts

- Endpoint: GET https://global-econ-x402-production.up.railway.app/us/economics
- 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/us-economics-combined-digest-with-ai-commentary-341e07d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ioExaupdxNUFFo-d7Tytx

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 us-economics-combined-digest-with-ai-commentary-341e07d6
```

Example prompt: Give me a combined digest of US economic conditions right now, including AI commentary on what the key indicators mean for the overall economic outlook.

## When to prefer this

Use this endpoint when you need a broad, multi-indicator US economic overview in a single call rather than fetching individual indicators one by one. It is ideal when you want both raw data and interpretive AI commentary in one response, saving multiple round trips to separate indicator endpoints.

## Known failure modes

- Payment not completed — x402 payment required before data is returned
- Network timeout from Railway-hosted service
- Upstream economic data source unavailable
- Rate limiting if too many requests in quick succession

## How this service works

Combined economic digest with AI commentary

## Output

A combined digest of multiple US economic indicators (such as GDP, inflation, employment, etc.) bundled with AI-generated commentary interpreting the significance and context of those indicators.

## Example request

```json
{}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [],
 "properties": {}
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "cpi",
  "gdp",
  "source",
  "country",
  "fedRate",
  "timestamp",
  "commentary",
  "unemployment"
 ],
 "properties": {
  "cpi": {
   "type": "object",
   "required": [
    "latest"
   ],
   "properties": {
    "latest": {
     "type": "object",
     "required": [
      "value",
      "period",
      "yoy_pct"
     ],
     "properties": {
      "value": {
       "type": "number"
      },
      "period": {
       "type": "string"
      },
      "yoy_pct": {
       "type": "number"
      }
     }
    }
   }
  },
  "gdp": {
   "type": "object",
   "required": [
    "latest"
   ],
   "properties": {
    "latest": {
     "type": "object",
     "required": [
      "value",
      "period"
     ],
     "properties": {
      "value": {
       "type": "number"
      },
      "period": {
       "type": "string"
      }
     }
    }
   }
  },
  "source": {
   "type": "string"
  },
  "country": {
   "type": "string"
  },
  "fedRate": {
   "type": "object",
   "required": [
    "latest"
   ],
   "properties": {
    "latest": {
     "type": "object",
     "required": [
      "value",
      "period"
     ],
     "properties": {
      "value": {
       "type": "number"
      },
      "period": {
       "type": "string"
      }
     }
    }
   }
  },
  "timestamp": {
   "type": "string"
  },
  "commentary": {
   "type": "string"
  },
  "unemployment": {
   "type": "object",
   "required": [
    "latest"
   ],
   "properties": {
    "latest": {
     "type": "object",
     "required": [
      "value",
      "period"
     ],
     "properties": {
      "value": {
       "type": "number"
      },
      "period": {
       "type": "string"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/us-economics-combined-digest-with-ai-commentary-341e07d6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from global-econ-x402-production.up.railway.app](https://www.zero.xyz/host/global-econ-x402-production.up.railway.app/llms.txt)
