# Stratalize Macro Market Signal Snapshot

> Stratalize Macro Market Signal Snapshot is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a live snapshot of key US macroeconomic indicators including Fed funds rate, Treasury yields, CPI, PCE, and employment data sourced from FRED St. Louis Fed, with cryptographic ML-DSA-65 signature for verification.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/macro-market-signal
- 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/stratalize-macro-market-signal-snapshot-75ab431c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M6PlPL0pwj02vfLW1h-Vw

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 stratalize-macro-market-signal-snapshot-75ab431c
```

Example prompt: Pull the current macro signal snapshot — I need the Fed funds rate, Treasury yields, CPI, and PCE figures right now for a trading brief, and make sure the response is cryptographically verifiable.

## When to prefer this

Choose this endpoint when you need a single, cryptographically signed snapshot of core US macroeconomic indicators (Fed funds rate, yields, CPI, PCE, employment) from FRED for trading briefs, CFO market context, or compliance workflows requiring verifiable data provenance. Prefer over the full macro stack endpoint when you only need the core FRED-sourced signal rather than the broader stack including VIX or BTC.

## Known failure modes

- FRED API not configured — returns error indicating macro data unavailable
- Invalid or unsupported signal_type parameter — returns 400 bad request
- Payment not processed (x402 payment required) — returns 402 payment required
- FRED API rate limit exceeded — returns upstream timeout or 503
- Signature verification failure — ML-DSA-65 signing error

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Live macro signal snapshot — Fed funds rate, Treasury yields, CPI, PCE, and employment data when FRED API is configured. Source: FRED St. Louis Fed. Use when a current macro environment snapshot is needed for a trading brief or CFO market context

## Output

A live snapshot of US macroeconomic indicators including the Federal funds rate, Treasury yield curve data, CPI, PCE inflation metrics, and employment figures — all sourced from FRED St. Louis Fed and signed with ML-DSA-65. Includes a cryptographic receipt URL at trust.stratalize.com/verify for independent verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "signal_type": {
   "type": "string",
   "description": "Request parameter: signal type"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-macro-market-signal-snapshot-75ab431c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
