$0.02
per call · USD Coin on Base
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.
Endpoint
GET https://kronossignals.com/api/v1/volatility/btc8
Calls / 30d
8
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://kronossignals.com/api/v1/volatility/btc", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://kronossignals.com/api/v1/volatility/btc" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"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
}Payment details
0x36038e1d712c5e39f35952164ec58ec2b96caee7USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Kronos Crypto Data & Forecasts & similar services
Kronos Crypto Data & Forecasts · Liquidations BTC
kronossignals.com
Forward liquidation cluster map + recent prints for all 17 crypto assets. Part A: estimated liq price levels for 5x/10x/25x/50x leverage bands, modeled from open interest and mark price — no new upstream source. Part B: real liquidation prints from OKX public API (no auth). Returns cluster map, nearest_long/short clusters, squeeze_bias, and honest disclaimers. Supports BTC/ETH/SOL/BNB/XRP/DOGE/ADA/AVAX/LINK/DOT/LTC/TRX/BCH/ATOM/NEAR/APT/HYPE-USD. Pay-per-call via x402.
Kronos Crypto Data & Forecasts · Price BTC
kronossignals.com
Multi-source volume-weighted median (VWM) spot price for 16 crypto assets (BTC/ETH/SOL/BNB/XRP/DOGE/ADA/AVAX/LINK/DOT/LTC/TRX/BCH/ATOM/NEAR/APT). Aggregates Binance, Coinbase, Kraken, and OKX in parallel (2 s timeout per source). Includes 1% outlier rejection, cross-exchange spread %, confidence grading (high/medium/low), and per-source USD volume weights. Kaiko-style reference pricing — $0.02/call.
Kronos Crypto Data & Forecasts · Forecast BTC
kronossignals.com
Real-time and ML-forecasted Bitcoin (BTC) price. Kronos deep-learning model: up-probability, expected close, price range, p10-p90 quantiles, forward volatility across 1h/4h/24h horizons. Crypto price prediction / price forecast API for AI agents and trading bots. Pay-per-call via x402 on Base USDC. Live track record at /api/stats: ~54% directional hit, ~70% in-range over 15k+ scored forecasts — measured on served predictions, not a backtest.