IMPLIED_VOLATILITY_OPTION_SUMMARY_AGG | Weight: 1x | Max points: 100,000 | Advanced/Enterprise only
Implied volatility summary data for option markets. The current public API shape is a single summary series selected by exchange, coin, rawSymbol, and tenor.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
exchange | string | Yes | Use the option venue that exposes the summary series. The current public example uses DERIBIT. |
coin | string | Yes | Underlying asset, for example BTC. |
rawSymbol | string | Yes | Summary symbol, for example BTC_ATM. |
tenor | Tenor | Yes | Option summary tenor, for example ONE_W. |
Use
GET /v1/markets to discover available summary symbols and tenors before querying.Response fields
| Field | Type | Description |
|---|---|---|
impliedVolatility | double | Implied volatility summary value for the requested series |
timestamp | Timestamp | Start of the returned interval bucket |
Capabilities
| Feature | Supported | Details |
|---|---|---|
| Summary series queries | Yes | Query by exchange, coin, rawSymbol, and tenor |
| Multi-exchange aggregation | No |