# Stratalize Trader Signals — Full Live Macro Signal Stack

> Stratalize Trader Signals — Full Live Macro Signal Stack is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Returns a comprehensive live macro signal bundle including Fed funds rate, 2s10s spread, VIX, BTC, WTI, silver, gold, DXY, SOFR, MOVE index, verified FOMC facts, model interpretation, and cross-asset sentiment — cryptographically signed with ML-DSA-65.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/trader-signals
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-trader-signals-full-live-macro-signal-stack-bde9a201
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mrnWNR7Uk7XBR6wN32IhK

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-trader-signals-full-live-macro-signal-stack-bde9a201
```

Example prompt: Give me the full live macro signal stack right now — Fed funds, 2s10s, VIX, BTC, WTI, gold, silver, DXY, SOFR, MOVE, and the latest verified FOMC facts with your model's cross-asset sentiment interpretation.

## When to prefer this

Choose this endpoint when a macro agent or trading system needs a single authenticated call that returns the full cross-asset signal stack — rates, vol, commodities, crypto, FX, and FOMC context — rather than making multiple separate API calls. Especially valuable when cryptographic verifiability and auditability of the data snapshot are required, or when FOMC facts need to be cleanly separated from model interpretation for compliance or downstream reasoning.

## Known failure modes

- Payment not included or insufficient USDC (402 Payment Required)
- Upstream FRED or EIA data feed temporarily unavailable (503)
- Cryptographic signature verification failure at trust.stratalize.com
- Rate limiting if called too frequently
- Stale data if source feeds have not updated recently

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a macro agent needs a full live signal stack in one call. Returns Fed funds, 2s10s, VIX, BTC, WTI, silver, gold, DXY, SOFR, MOVE, verifiable FOMC facts, model interpretation, and cross-asset sentiment. Example: live rates, vol, and commodities with FOMC facts separated from forward-looking interpretation. Source: FRED/EIA

## Output

A structured bundle containing live values for Fed funds rate, 2s10s treasury spread, VIX, BTC price, WTI crude, silver, gold, DXY dollar index, SOFR, and MOVE index, plus verified FOMC facts separated from forward-looking model interpretation and cross-asset sentiment. Each response is ML-DSA-65 cryptographically signed and includes a receipt_id with a verification URL at trust.stratalize.com/verify, along with data_source attribution (FRED/EIA) and a freshness timestamp.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "include_cross_asset": {
   "type": "boolean",
   "description": "Include cross-asset sentiment overlays (default true)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-trader-signals-full-live-macro-signal-stack-bde9a201/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)
