# AgentServices Economic Indicators API

> AgentServices Economic Indicators API is a paid API for AI agents from agentservices.to, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Fetches macroeconomic indicator data for a specified indicator key, paid via x402 micropayments on Base

## Facts

- Endpoint: GET https://agentservices.to/v1/economic
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentservices-economic-indicators-api-8e9d3859
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F4gskF2uWtL_b3p9XKoAF

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 agentservices-economic-indicators-api-8e9d3859
```

Example prompt: Can you pull the current GDP growth rate economic indicator for me from the AgentServices economic data API?

## When to prefer this

Choose this endpoint when your AI agent needs programmatic access to macroeconomic indicator data on a per-query basis and you want to pay only for what you use via x402 micropayments on Base. Ideal for agents that need real-time or near-real-time economic context for financial, DeFi, or trading decisions without committing to a subscription. Prefer over alternatives when your workflow already uses the x402 payment protocol and you want a single unified API platform for multiple data types.

## Known failure modes

- Unknown or unsupported indicator key returns an error or empty response
- Missing 'indicator' parameter may result in a 400 bad request
- Payment failure or insufficient funds on Base blocks access with a 402 response
- Rate limiting or service downtime returns a 5xx error
- Stale or delayed data if upstream economic data source has not refreshed

## How this service works

Paid data APIs for AI agents. Crypto market data, DeFi yields, IP geolocation, dispute resolution, marketing intelligence. Powered by x402 micropayments on Base.

## Output

Returns structured data for the requested economic indicator, including the indicator value and associated metadata such as timestamp or period, delivered as a JSON response after a $0.03 USDC x402 micropayment on Base.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-economic-indicators-api-8e9d3859/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentservices.to](https://www.zero.xyz/host/agentservices.to/llms.txt)
