# Stratalize World Bank Country Macro Indicators

> Stratalize World Bank Country Macro Indicators is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns a single macroeconomic indicator snapshot for a given country code, sourced from World Bank Open Data, covering GDP, inflation, unemployment, debt, trade, and inequality metrics.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/world-bank-country-indicators
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-world-bank-country-macro-indicators-5e8beec0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zkhFCjH64mSeJsm4RRnsI

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 stratalize-world-bank-country-macro-indicators-5e8beec0
```

Example prompt: What is Brazil's Gini coefficient according to World Bank data? I need it for a sovereign risk and inequality screening report.

## When to prefer this

Use this endpoint when an agent needs a specific, point-in-time macroeconomic indicator for a single country from the World Bank — ideal for sovereign risk screening, international expansion analysis, or macro context in strategy work. Prefer over general web search when you need structured, verifiable, signed data from an authoritative source. Best for single-country, single-indicator lookups rather than bulk comparative datasets.

## Known failure modes

- Invalid or unsupported country code returns an error
- Indicator enum value not recognized returns a validation error
- World Bank source data unavailable or stale for the requested country/indicator
- Payment failure via x402 protocol prevents data retrieval
- Rate limiting or quota exceeded returns 429-equivalent response

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Country macro indicator snapshot by code and metric, including GDP, inflation, unemployment, debt, trade, and inequality fields for comparisons. Source: World Bank Open Data indicator series. Use when screening country exposure, international expansion priorities, or sovereign-risk context in strategy work

## Output

Returns the requested macroeconomic indicator value for the specified country, drawn from World Bank Open Data series. Response is ML-DSA-65 cryptographically signed and includes a verifiable receipt URL. Fields vary by indicator but include the metric value, country code, and indicator name.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "indicator": {
   "enum": [
    "gdp",
    "gdp_growth",
    "inflation",
    "unemployment",
    "ease_of_business",
    "government_debt",
    "fdi_inflows",
    "trade_pct_gdp",
    "gini_coefficient"
   ],
   "type": "string",
   "description": "Request parameter: indicator"
  },
  "country_code": {
   "type": "string",
   "description": "Request parameter: country code"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-world-bank-country-macro-indicators-5e8beec0/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)
