BTC Volatility Risk Premium — DVOL minus Parkinson realized vol (72h)
BTC Volatility Risk Premium — DVOL minus Parkinson realized vol (72h). Positive = sell-vol opportunity, negative = buy-vol. Response includes regime classification (LOW/MID/HIGH), raw inputs for audit (DVOL, RV_72h, RV_6h, spot), timestamp, and open methodology URL.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.001listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://regimeshift.xyz/api/v1/asset/btc/vrp
| Category | Code and developer |
|---|---|
| Provider host | regimeshift.xyz |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 86 from 16 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"asset": {
"enum": [
"ETH",
"BTC"
],
"type": "string"
},
"cache_ttl_sec": {
"type": "integer"
},
"computed_at": {
"description": "Unix timestamp",
"type": "integer"
},
"inputs": {
"properties": {
"dvol": {
"description": "Deribit volatility index, annualized %",
"type": "number"
},
"rv_6h": {
"description": "Parkinson realized vol over 6h, %",
"type": "number"
},
"rv_72h": {
"description": "Parkinson realized vol over 72h, %",
"type": "number"
},
"source": {
"type": "string"
},
"spot_usd": {
"type": "number"
},
"timestamp": {
"format": "date-time",
"type": "string"
}
},
"required": [
"dvol",
"rv_72h",
"spot_usd",
"timestamp"
],
"type": "object"
},
"methodology": {
"format": "uri",
"type": "string"
},
"ok": {
"description": "Request status",
"type": "boolean"
},
"quiet": {
"description": "true if RV_72h < 60%",
"type": "boolean"
},
"regime": {
"enum": [
"LOW",
"MID",
"HIGH"
],
"type": "string"
},
"vrp": {
"description": "DVOL \u2212 Parkinson RV(72h), in vol points. Positive = sell-vol opportunity",
"type": "number"
}
},
"required": [
"ok",
"asset",
"vrp",
"regime",
"inputs"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}