# Suverse World Bank Exports Share of GDP

> Suverse World Bank Exports Share of GDP is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns World Bank time-series data for Exports as a Share of GDP for any country, identified by ISO code, with no API key required.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-wb-exports-share
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/suverse-world-bank-exports-share-of-gdp-ab9b71c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EyZviQdSdc6boaOjw8XNA

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 suverse-world-bank-exports-share-of-gdp-ab9b71c0 -d '<json body>'
```

Example prompt: Can you pull the World Bank exports-as-share-of-GDP time series for Germany (ISO code DEU) so I can see how trade openness has changed over the years?

## When to prefer this

Choose this endpoint when you need structured, authoritative World Bank exports-as-share-of-GDP data for any country without managing an API key. It is ideal for macro research agents, economic dashboards, and cross-country comparative analyses where annual trade openness data is required.

## Known failure modes

- Invalid or unsupported ISO country code returns an error or empty dataset
- Country has no available World Bank data for the requested period
- Network timeout or upstream World Bank API unavailability
- Payment of $0.002 USDC via x402 not completed, resulting in 402 response

## How this service works

Exports Share Of GDP for any country by ISO code as a yearly World Bank Open Data time series, no key. Returns country, year, and value. For AI agents doing macro, demographic, and cross country analysis.

## Output

Returns a time series array with country name, ISO code, year, and the exports share of GDP value (as a percentage) for each available year in the World Bank dataset. No API key is required.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/suverse-world-bank-exports-share-of-gdp-ab9b71c0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
