# Stratalize Full Live Macro Signal Stack

> Stratalize 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 cross-asset macro signal bundle including Fed funds, 2s10s yield curve, VIX, BTC, WTI, silver, gold, DXY, SOFR, MOVE index, next FOMC action, and cross-asset sentiment in a single call.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/get_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/www-stratalize-com-2ca75d8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TbXhWD1_jw1NG1TGi6evv

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 www-stratalize-com-2ca75d8e
```

Example prompt: Give me a full live macro signal snapshot right now — Fed funds, 2s10s spread, VIX, gold, BTC, WTI, DXY, SOFR, MOVE index, and what the market expects from the next FOMC meeting, plus overall cross-asset sentiment.

## When to prefer this

Choose this endpoint when a macro agent, portfolio manager, or trading system needs a broad cross-asset view in a single low-latency call rather than stitching together multiple specialized endpoints. Ideal for regime detection, risk-on/risk-off classification, or pre-trade macro context. Prefer over individual commodity, FX, or yield endpoints when breadth matters more than depth on any single asset.

## Known failure modes

- Upstream FRED or EIA data feed delay may cause stale or missing values
- HTTP 402 if USDC payment of $0.50 is not attached or fails
- Rate limit or quota exceeded returns 429
- Network timeout if signal aggregation takes too long
- Missing fields if a specific data source is temporarily unavailable

## How this service works

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, FOMC next action, and cross-asset sentiment. Example: VIX 17.1, 2s10s +49bps, gold bid — late cycle easing regime. Source: FRED/EIA.

## Output

A single structured response containing live values for: Fed funds rate, 2s10s Treasury yield curve spread (in bps), VIX volatility index, BTC price, WTI crude oil price, silver price, gold price, DXY dollar index, SOFR rate, MOVE bond volatility index, the next projected FOMC action, and an overall cross-asset sentiment label (e.g. 'late cycle easing regime'). Sourced from FRED and EIA.

## 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/www-stratalize-com-2ca75d8e/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)
