# SYNTHORA World Bank GDP per Capita (Current US$)

> SYNTHORA World Bank GDP per Capita (Current US$) is a paid API for AI agents from worldbank-gdp-per-capita.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Retrieves nominal GDP per capita in current US dollars for one or more countries and years from the World Bank Indicators API (NY.GDP.PCAP.CD)

## Facts

- Endpoint: POST https://worldbank-gdp-per-capita.hergertsynthora.com/service
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-world-bank-gdp-per-capita-current-us-07ffd306
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__NgmAISuvGcVMWWo_R1xA

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 synthora-world-bank-gdp-per-capita-current-us-07ffd306 -d '<json body>'
```

Example prompt: Pull the World Bank GDP per capita figures in current US dollars for China, India, and the United States for 2022 and 2023.

## When to prefer this

Choose this endpoint when you need standardized, World Bank-sourced nominal GDP per capita in current US dollars across a broad set of countries (200+ economies) with consistent provenance. It is ideal for agents performing country income tiering, cost-of-capital modeling, or sovereign risk assessments that require the NY.GDP.PCAP.CD indicator specifically. Prefer it over general-purpose web search or other economic APIs when you need a structured, machine-readable response with clear data lineage back to the World Bank.

## Known failure modes

- Invalid or unrecognized country name returns empty result or error
- Date range outside World Bank data availability returns no data
- Malformed date string causes request failure
- Country code ambiguity (e.g. abbreviations vs full names) may yield unexpected results
- World Bank upstream API downtime propagates as error response
- Missing required fields (country, date) may cause bad request error

## How this service works

Nominal GDP per capita in current US dollars per country from the keyless World Bank Indicators API (NY.GDP.PCAP.CD). Serves autonomous sovereign-wealth, cost-of-capital, and agent-to-agent country-tiering agents needing standardized per-capita income data across 200+ economies. First 3 calls FREE per wallet — send header X-WALLET: 0x<addr>. No charge on upstream failure.

## Output

A JSON object containing an 'ok' flag, a 'niche' identifier, a 'result' map of country-year keys to GDP per capita values in current US dollars, and a 'provenance' object with the underlying World Bank API URL and data source label.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "date": {
   "type": "string",
   "description": "date"
  },
  "country": {
   "type": "string",
   "description": "country"
  },
  "indicator": {
   "type": "string",
   "description": "indicator"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "worldbank-gdp-per-capita",
  "result": {
   "China_2022": 12970.6056414327,
   "China_2023": 12951.1782397043,
   "India_2022": 2279.98145719369,
   "India_2023": 2434.44826340989,
   "United States_2022": 78008.6895811877,
   "United States_2023": 82586.7847707894
  },
  "provenance": {
   "url": "https://api.worldbank.org/v2/country/US;CN;IN/indicator/NY.GDP.PCAP.CD?format=json&per_page=10&date=2022:2023",
   "source": "World Bank GDP per Capita (Current US$)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-world-bank-gdp-per-capita-current-us-07ffd306/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from worldbank-gdp-per-capita.hergertsynthora.com](https://www.zero.xyz/host/worldbank-gdp-per-capita.hergertsynthora.com/llms.txt)
