# Stratalize Crypto Options IV Benchmark

> Stratalize Crypto Options IV 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-14).

Returns BTC and/or ETH implied volatility benchmarks (7D/30D IV, put/call ratio, fear/greed signal, term structure shape, VIX comparison) sourced from Deribit and FRED, with cryptographic ML-DSA-65 verification.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/options-iv-benchmark
- 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-crypto-options-iv-benchmark-3b6df44f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_03e1ruSqDC5OT9sWT1DE2

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-crypto-options-iv-benchmark-3b6df44f
```

Example prompt: Pull me the current implied volatility benchmarks for both BTC and ETH — I want the 7D and 30D IV, the put/call ratio, fear/greed signal, and how the term structure compares to VIX, with the cryptographic verification receipt.

## When to prefer this

Use this endpoint when a crypto options trader or macro agent needs authoritative, cryptographically signed implied volatility benchmarks for BTC and/or ETH with fear/greed context and VIX comparison in a single call. Prefer this over raw exchange feeds when verifiability and benchmarking against traditional volatility indices matter.

## Known failure modes

- Invalid asset parameter (not BTC, ETH, or all) — returns 400 validation error
- Deribit or FRED data source temporarily unavailable — returns 503 with upstream error detail
- Payment not received or insufficient USDC — returns 402 payment required
- Rate limit exceeded — returns 429 too many requests

## 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 crypto options trader needs implied volatility benchmarks. Returns BTC and ETH 7D/30D IV, put/call ratio, fear/greed signal, term structure shape, and VIX comparison. Example: BTC 30D IV at 62%, fear signal. Source: Deribit + FRED

## Output

Returns BTC and/or ETH 7-day and 30-day implied volatility percentages, put/call ratio, fear/greed sentiment signal, term structure shape classification, VIX comparison figure, and a cryptographic ML-DSA-65 signature receipt verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "asset": {
   "enum": [
    "BTC",
    "ETH",
    "all"
   ],
   "type": "string",
   "description": "Request parameter: asset"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-crypto-options-iv-benchmark-3b6df44f/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)
