$0.02
per call · USD Coin on Base
Structured market digest for any of the 16 supported crypto assets. Deterministic composite from live signals: derivatives (funding, basis, OI), market regime, 30d realized volatility, fear-greed index, and ML forecast probability (BTC/ETH/SOL only). Single-call 'start here' bundle for autonomous agents. $0.02 USDC via x402. Live track record at /api/stats: ~54% directional hit, ~70% in-range over 15k+ scored forecasts — measured on served predictions, not a backtest.
Endpoint
GET https://kronossignals.com/api/v1/digest/btc93
Calls / 30d
7
Unique payers / 30d
Sep 10
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/digest/btc", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://kronossignals.com/api/v1/digest/btc?asset=string+%28e.g.+btc%2C+eth%2C+sol%29" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"as_of": "2026-01-01T00:00:00.000Z",
"asset": "BTC-USD",
"caveats": [
"Not financial advice. Informational only."
],
"disclaimer": "Informational only. Not financial advice. Past signals do not guarantee future results.",
"drivers": [
{
"interpretation": "Positive funding rate — longs paying shorts, mild bullish bias",
"name": "funding_rate",
"value": 0.0001
},
{
"interpretation": "Positive basis (0.0150%) — futures premium over spot",
"name": "basis",
"value": 0.00015
},
{
"interpretation": "Regime: breakout — breakout",
"name": "regime",
"value": "breakout"
},
{
"interpretation": "30d annualized realized volatility: 45.2% (normal)",
"name": "realized_vol_30d",
"value": 0.452
},
{
"interpretation": "Fear & Greed 72 (Greed) — elevated sentiment",
"name": "fear_greed",
"value": 72
},
{
"interpretation": "Kronos model: 64% calibrated upside probability over 24h (model_type: kronos_ml)",
"name": "up_prob_calibrated",
"value": 0.64
}
],
"forecast_note": "up_prob_calibrated is the preferred metric (PAV-isotonic calibrated). up_prob_raw is the model's uncalibrated directional probability.",
"forecast_ref": "/api/v1/forecast/btc",
"regime": "breakout",
"thesis": "BTC shows positive funding (0.0100%); positive basis (0.0150%); breakout regime; 30d vol 45.2% (normal); fear-greed 72 (Greed); model assigns 64% upside probability over 24h horizon.",
"up_prob_calibrated": 0.64,
"up_prob_raw": 0.72
}Payment details
0x36038e1d712c5e39f35952164ec58ec2b96caee7USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference 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.