Institutional-grade implied vol surfaces for BTC, ETH, SOL, XRP, AVAX and TRX. Fitted with a no-arbitrage volatility model, full Greeks included. One REST API for traders, quants and researchers.
Get your first vol point in under a minute. No card, no setup call.
pip install cryptovol ·
SDK on GitHub →
from cryptovol import CryptoVol
cv = CryptoVol(api_key="cvk_live_...")
pt = cv.vol_surface(
ccy="BTC",
expiry="2026-09-26",
strike_type="delta",
strike_value=0.25,
option_type="C",
include_analytics=True,
)
g = pt.analytics.greeks
print(pt.vol, g.delta, g.gamma, g.vega)
# → 35.21% 0.2500 0.00012 133.85
Quanta turns plain English into vol charts. Ask for a smile, term structure, IV-RV overlay, or skew evolution — get a clean plot in seconds.
Try for free →Single-point or bulk interpolated quotes. Specify strike, moneyness, or delta — the API solves for the right point and returns vol, price, and Greeks.
Daily time series at any fixed tenor and strike. Built for backtesting — one call returns the full date range. No more day-by-day loops.
Rolling realized vol (√365 annualized), daily spot prices per session, IV-RV gap analysis. Drop-in inputs for vol-risk-premium strategies.
Asia close (05:00 ET), London close (12:00 ET), US close (16:00 ET). Same surface across sessions, so you can see how skew evolves intra-day.
Quanta, our AI vol analyst, takes plain-English questions and returns tables and charts inline — vol skews, term structures, forwards, the works. No SDK needed for one-off lookups.
pip install cryptovol. Typed responses, retry/backoff, plan-aware errors, optional pandas. Or curl directly if you prefer.
No card required for BASIC. Every plan includes Quanta.