SKEW_OPTION_SUMMARY_AGG | Weight: 1x | Max points: 100,000 | Advanced/Enterprise only
Skew summary data for option markets. The current public API shape is a single summary series selected by exchange, coin, rawSymbol, and tenor.
In practice this is useful for option summary series such as BTC_25, where the raw symbol selects the skew flavor and the tenor selects the expiry bucket.
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_25. |
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 |
|---|---|---|
skew | double | Skew 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 |