# AgentPay Market Intelligence — Country Economic Indicators

> AgentPay Market Intelligence — Country Economic Indicators is a paid API for AI agents from agentpay.help, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns key macroeconomic indicators (GDP, inflation, policy rate) for a given country via a pay-per-call x402 micropayment endpoint.

## Facts

- Endpoint: POST https://agentpay.help/v1/market-intel
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentpay-market-intelligence-country-economic-indicators-fcdab951
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T43FSiD8d9-mYx3riKmbH

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 agentpay-market-intelligence-country-economic-indicators-fcdab951 -d '<json body>'
```

Example prompt: What are the current macroeconomic indicators for the United Arab Emirates — GDP, inflation rate, and central bank policy rate?

## When to prefer this

Choose this endpoint when you need a quick, lightweight lookup of top-level macroeconomic indicators (GDP, inflation, policy rate) for a specific country without needing a full data subscription or API key setup. Ideal for AI agents that need to enrich decisions with macro context on a pay-per-use basis. Prefer alternatives if you need historical time-series data, sub-national data, or a broader set of economic indicators.

## Known failure modes

- Unknown or misspelled country name may return empty or error response
- Data may be stale if underlying source has not been refreshed recently
- No country provided may return global/default data or an error
- Network or payment failure if USDC balance is insufficient for x402 micropayment

## How this service works

Pay-per-call AI services via the 402 Payment Required protocol. No accounts, no API keys — just USDC on Base.

## Output

A JSON object containing the country name along with its GDP in USD, inflation percentage, and central bank policy rate percentage. Example: {country: 'United Arab Emirates', data: {gdp_usd: 504000000000, inflation_pct: 2.1, policy_rate_pct: 4.4}}.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "country": {
   "type": "string",
   "description": "Country name, optional"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "gdp_usd": 504000000000,
   "inflation_pct": 2.1,
   "policy_rate_pct": 4.4
  },
  "country": "United Arab Emirates"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentpay-market-intelligence-country-economic-indicators-fcdab951/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentpay.help](https://www.zero.xyz/host/agentpay.help/llms.txt)
