# Stratalize Credit Spread Benchmark

> Stratalize Credit Spread Benchmark 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-15).

Returns current fixed income risk premium levels including IG OAS, HY OAS, BBB spread, TED spread, 2s10s, and distress signals sourced from FRED ICE BofA daily data.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/credit-spread-benchmark
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-credit-spread-benchmark-95e34f0c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9VBW_Ae8-aGzZb0XVBLM8

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-credit-spread-benchmark-95e34f0c
```

Example prompt: Pull the current credit spread benchmarks for all rating tiers — I need IG OAS, HY OAS, BBB spread, the TED spread, and the 2s10s to assess whether spreads are tight or wide right now.

## When to prefer this

Use this endpoint when a credit analyst, fixed income portfolio manager, or macro agent needs authoritative, daily-updated risk premium benchmarks from ICE BofA via FRED. Prefer this over manual data pulls when regulated automation workflows require attested data integrity. Best for risk-on/risk-off assessment, portfolio construction context, or credit market monitoring.

## Known failure modes

- Invalid rating_tier enum value returns 400 error
- FRED data source unavailable may cause stale or missing data
- Payment of 0.02 USDC not provided or rejected returns 402 Payment Required
- Rate limiting if called too frequently

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Credit spread benchmark for fixed income desks — returns IG OAS, HY OAS, BBB spread, TED spread, 2s10s, and distress signal. Optional param: rating_tier (all, ig, hy, bbb). Example: IG OAS 95bps, HY OAS 340bps. Source: FRED ICE BofA daily

## Output

Returns current credit spread metrics including IG OAS (investment grade option-adjusted spread in bps), HY OAS (high yield OAS in bps), BBB spread, TED spread, 2s10s yield curve spread, and a distress signal indicator. Each response is attested for integrity verification. Example output: IG OAS 95bps, HY OAS 340bps with risk-on/risk-off characterization.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "rating_tier": {
   "enum": [
    "all",
    "ig",
    "hy",
    "bbb"
   ],
   "type": "string",
   "description": "Request parameter: rating tier"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-credit-spread-benchmark-95e34f0c/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)
