# GlobalAPI x402 — US GDP Data

> GlobalAPI x402 — US GDP Data is a paid API for AI agents from globalapi.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns live US GDP data including the latest value, quarter-over-quarter change, historical series, and AI-generated commentary sourced from FRED.

## Facts

- Endpoint: GET https://globalapi.dev/us/gdp
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalapi-x402-us-gdp-data-d4671728
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8c63d7z550hnnWRZHePab

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 globalapi-x402-us-gdp-data-d4671728
```

Example prompt: What's the current US GDP — give me the latest value, the recent quarterly trend, and a brief summary of whether the economy is growing or contracting?

## When to prefer this

Use this endpoint when you need live, machine-ready US GDP figures with historical quarterly series and human-readable commentary, without managing API keys or subscriptions. Prefer this over generic economic data APIs when pay-per-call USDC micropayment via x402 is acceptable and you need FRED-sourced authoritative data with built-in narrative analysis.

## Known failure modes

- Payment not included or insufficient USDC: returns HTTP 402 requiring x402 micropayment
- Invalid or unrecognized properties parameter: may return empty or error response
- Upstream FRED data unavailable: may return stale or missing data
- Network timeout: endpoint unreachable

## How this service works

GlobalAPI x402 provides machine-ready access to live economic indicators, company registries, and sanctions screening. $0.002–$0.10 USDC per call. No subscriptions. No API keys.

## Output

Returns an object containing the latest US GDP value in billions of USD, the period it covers, quarter-over-quarter change, a historical series of recent quarterly values, the data source (FRED), country and indicator labels, a freshness timestamp, and a plain-English AI commentary summarizing economic momentum.

## Example request

```json
{
 "properties": "gdp"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalapi-x402-us-gdp-data-d4671728/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from globalapi.dev](https://www.zero.xyz/host/globalapi.dev/llms.txt)
