Realized volatility for 16 crypto assets (BTC/ETH/SOL/BNB/XRP/DOGE/ADA/AVAX/LINK/DOT/LTC/T
Realized volatility for 16 crypto assets (BTC/ETH/SOL/BNB/XRP/DOGE/ADA/AVAX/LINK/DOT/LTC/TRX/BCH/ATOM/NEAR/APT): 7-day, 30-day, and 90-day annualized realized vol using three estimators (close-to-close, Parkinson, Garman-Klass) from Binance daily OHLC closed candles only. Essential for risk management, position sizing, and options pricing. Pay-per-call via x402.
20000 (raw units)
price
8
calls / 30d
8
unique payers
2026-09-08
updated
Provider
kronossignals.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x36038e1d712c5e39f35952164ec58ec2b96caee7",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"pathParams": {},
"queryParams": {},
"type": "http"
},
"output": {
"example": {
"as_of": "2026-01-01T00:00:00.000Z",
"asset": "BTC-USD",
"disclaimer": "Realized volatility from Binance daily OHLC. Historical; not a forecast. Not financial advice.",
"note": "All estimates are annualized realized volatility using closed daily candles. Annualized by sqrt(252) trading-day convention.",
"percentile_context": [
{
"current_vol": 0.48,
"estimator": "parkinson",
"is_window_high": false,
"is_window_low": false,
"max": 1.05,
"min": 0.22,
"percentile": 0.72,
"sample_count": 87,
"vol_window": "7d"
},
{
"current_vol": 0.58,
"estimator": "parkinson",
"is_window_high": true,
"is_window_low": false,
"max": 0.98,
"min": 0.28,
"percentile": 0.81,
"sample_count": 87,
"vol_window": "30d"
}
],
"source": "Binance daily klines (closed candles only)",
"symbol": "BTCUSDT",
"term_structure": [
{
"best_estimator": "parkinson",
"close_to_close": 0.54,
"garman_klass": 0.51,
"n_candles": 7,
"note": "annualized realized volatility",
"parkinson": 0.48,
"percentile": 0.72,
"vol_regime": "elevated",
"window": "7d"
},
{
"best_estimator": "garman_klass",
"close_to_close": 0.62,
"garman_klass": 0.61,
"n_candles": 30,
"note": "annualized realized volatility",
"parkinson": 0.58,
"percentile": 0.81,
"vol_regime": "elevated",
"window": "30d"
}
],
"vol_30d_annualized": 0.62,
"vol_7d_annualized": 0.54
},
"example_kind": "illustrative_schema_only",
"example_note": "Placeholder values and timestamps, not market data.",
"type": "json"
}
},
"routeTemplate": ":var1",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://kronossignals.com/api/v1/volatility/btc" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://kronossignals.com/api/v1/volatility/btc");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://kronossignals.com/api/v1/volatility/btc")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/392.json, and this resource appears in /discovery/resources and /discovery/search.