# AgentServices Macro Economic Data

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

Returns macroeconomic indicators and data for a specified currency via a paid micropayment-gated API

## Facts

- Endpoint: GET https://agentservices.to/v1/macro
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentservices-macro-economic-data-15a3b28d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1QX8btHEGN484TA7RdiDa

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-macro-economic-data-15a3b28d
```

Example prompt: Can you pull the latest macroeconomic indicators for USD from AgentServices?

## When to prefer this

Use this endpoint when an AI agent needs macroeconomic context or indicators for a specific currency, particularly in financial analysis, DeFi strategy, or trading workflows where economic fundamentals matter. Prefer this over general web search when structured, programmatic macro data is needed at low cost per call via x402 micropayments.

## Known failure modes

- Missing or invalid currency parameter returns an error
- Payment failure via x402 micropayment results in 402 response
- Unsupported currency code may return empty or error response
- Network timeout if upstream data provider is unavailable

## 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 macroeconomic data and indicators for the requested currency, such as inflation rates, interest rates, or other economic metrics relevant to that currency's economic context.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-macro-economic-data-15a3b28d/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)
