# IMF WEO Macro Snapshot

> IMF WEO Macro Snapshot is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns IMF World Economic Outlook macro composites — GDP growth, inflation, and current account balance — by country group, with a cryptographic ML-DSA-65 signature for independent verification.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/imf-weo-macro-snapshot
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/imf-weo-macro-snapshot-b2e6d6a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T2he2IzcTp_M0geL6FY1c

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 imf-weo-macro-snapshot-b2e6d6a8
```

Example prompt: Pull the latest IMF World Economic Outlook macro snapshot — GDP growth, inflation, and current account balance by country group — so I can add global macro context to this country risk brief.

## When to prefer this

Use this endpoint when you need authoritative, citeable IMF-sourced macro aggregates (GDP growth, inflation, current account balance) by country group for international briefs, country risk assessments, or macro benchmarking workflows — especially when the downstream use case requires a cryptographically signed and independently verifiable data receipt. Prefer this over general web search or LLM-recalled macro figures when auditability and provenance matter.

## Known failure modes

- Service unavailable or rate limit exceeded — HTTP 402/429 with payment or retry instructions
- IMF WEO data not yet updated for latest semi-annual release — stale freshness timestamp returned
- Invalid or missing payment header — payment required error
- Cryptographic receipt not yet indexed at trust.stratalize.com/verify immediately after call

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). IMF World Economic Outlook macro composites — GDP growth, inflation, and current account balance by country group. Source: IMF WEO static composite, semi-annual update. Use when providing global macro context for an international brief or country risk assessment

## Output

Returns IMF WEO composite data including GDP growth rates, inflation rates, and current account balances broken down by country group (e.g. advanced economies, emerging markets), along with metadata such as data source label, freshness timestamp, a cryptographic receipt ID, and a verification URL at trust.stratalize.com/verify for independent ML-DSA-65 signature verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "country_code": {
   "type": "string",
   "description": "ISO country code (e.g. USA, GBR, DEU)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/imf-weo-macro-snapshot-b2e6d6a8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
