Bitcoin 25 Delta Skew

Difference in implied volatility between out-of-the-money Bitcoin put options and call options at the 25-delta level

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/25-delta-skew/METRIC_NAME?api_token=YOUR_TOKEN"
Query params

api_token (required) — 24 character token.

resolution (optional) — day1 (default), hour12, hour4, hour1, 30mn, 10mn. Finer buckets are served to Advanced and Enterprise accounts; see Resolutions.

before (optional) — exclusive cursor, returns observations older than this timestamp_ms. Finer resolutions only.

limit (optional) — page size for finer resolutions. Default 2500, maximum 5000. Ignored for day1.

Path params

:metric_name — one of the metric names listed below.

Responses

200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.

Metrics

Each metric is fetched independently. Responses are trimmed samples to show structure.

4 metrics
Metric

Bitcoin 25 Delta Skew 1w

Data used by the BTC 25 Delta Skew chart.

Endpoint
https://newhedge.io/api/v2/metrics/25-delta-skew/bitcoin_25_delta_skew_1w?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1786838400000,
    11.89
  ],
  [
    1786924800000,
    8.82
  ],
  [
    1787011200000,
    10.22
  ]
]
Metric

Bitcoin 25 Delta Skew 1m

Data used by the BTC 25 Delta Skew chart.

Endpoint
https://newhedge.io/api/v2/metrics/25-delta-skew/bitcoin_25_delta_skew_1m?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1786838400000,
    13.08
  ],
  [
    1786924800000,
    12.8
  ],
  [
    1787011200000,
    13.6
  ]
]
Metric

Bitcoin 25 Delta Skew 3m

Data used by the BTC 25 Delta Skew chart.

Endpoint
https://newhedge.io/api/v2/metrics/25-delta-skew/bitcoin_25_delta_skew_3m?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1786838400000,
    11.85
  ],
  [
    1786924800000,
    12.25
  ],
  [
    1787011200000,
    12.08
  ]
]
Metric

Bitcoin 25 Delta Skew 6m

Data used by the BTC 25 Delta Skew chart.

Endpoint
https://newhedge.io/api/v2/metrics/25-delta-skew/bitcoin_25_delta_skew_6m?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1786838400000,
    10.03
  ],
  [
    1786924800000,
    10.46
  ],
  [
    1787011200000,
    10.55
  ]
]