# ScriptMasterLabs FRED Economic Indicators API

> ScriptMasterLabs FRED Economic Indicators API is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Fetches Federal Reserve Economic Data (FRED) indicators via a pay-per-call endpoint settled in USDC on Base via x402 protocol.

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/fred-economic-indicators
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-fred-economic-indicators-api-537205c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pzCLYgP5L1Kl1SYZfLhVy

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 scriptmasterlabs-fred-economic-indicators-api-537205c8
```

Example prompt: Can you pull the latest FRED economic indicators for me — things like CPI, unemployment rate, and GDP growth — using the ScriptMasterLabs x402 API so I can get a snapshot of current US macroeconomic conditions?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call access to FRED macroeconomic indicators without managing a FRED API key yourself, and when your agent infrastructure already supports x402 micropayment settlement in USDC on Base. Ideal for agents that need occasional economic data lookups without a subscription commitment.

## Known failure modes

- Payment not settled in USDC on Base — returns 402 Payment Required
- Invalid or missing indicator property parameters — returns empty or malformed response
- FRED upstream data unavailable — may return empty example object
- Rate limiting or service unavailability on render.com host — potential timeout or 503
- Schema underspecified — unclear which exact FRED series IDs are supported

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns Federal Reserve Economic Data (FRED) economic indicators such as GDP, CPI, unemployment rate, interest rates, money supply, and other macroeconomic time series values. The response is a JSON object containing the requested indicator data as sourced from the St. Louis Federal Reserve's FRED database.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-fred-economic-indicators-api-537205c8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
