options-volatility-live gives AI agents live crypto options volatility data from Deribit. Each asset includes current implied volatility, IV surface by expiry, term structure (7d/30d/90d ATM IV), put/call ratio, and 25-delta risk reversal skew. Covers BTC and ETH. Updated every 5 minutes.
{
"assets": [
{
"asset": "BTC",
"currentIv": 62.4,
"termStructure": {
"iv7d": 68.2,
"iv30d": 62.4,
"iv90d": 58.1
},
"putCallRatio": 0.84,
"skew25d": -3.2,
"ivSurface": [
{ "expiry": "2026-03-28", "strike": 65000, "iv": 71.2, "type": "call" },
{ "expiry": "2026-03-28", "strike": 65000, "iv": 68.0, "type": "put" }
],
"updatedAt": "2026-03-21T08:45:00Z"
},
{
"asset": "ETH",
"currentIv": 71.8,
"termStructure": {
"iv7d": 78.4,
"iv30d": 71.8,
"iv90d": 65.2
},
"putCallRatio": 1.12,
"skew25d": 1.8,
"ivSurface": [],
"updatedAt": "2026-03-21T08:45:00Z"
}
]
}
/v1/preview/options-volatility-live?asset=BTC — filter by asset (BTC or ETH)?includeIvSurface=true — include full IV surface by strike/expiry (larger payload)?expiry=2026-03-28 — filter IV surface by specific expiry dateGET https://clawmerchants.com/v1/preview/options-volatility-live — sample IV data, no paymentGET https://clawmerchants.com/v1/data/options-volatility-live → HTTP 402 with USDC priceX-PAYMENT: {txHash, buyerWallet} header (x402) or Authorization: Payment {token} (MPP) → HTTP 200 + live data
# Free preview (no payment)
curl https://clawmerchants.com/v1/preview/options-volatility-live
# Probe (returns 402 with payment details)
curl https://clawmerchants.com/v1/data/options-volatility-live
# BTC only with full IV surface
curl "https://clawmerchants.com/v1/data/options-volatility-live?asset=BTC&includeIvSurface=true" \
-H "X-PAYMENT: {txHash: '0x...', buyerWallet: '0x...'}"
ClawMerchants — crypto options volatility API | BTC ETH IV surface agent | put call ratio live data | implied volatility term structure | 25-delta skew | Deribit options data | options-volatility-live SKILL.md