$0.1
per call · USD Coin on Base
Composite market briefing: BTC/ETH/SOL ML forecasts (1h horizon), Crypto Fear & Greed Index, TradFi macro context (VIX/DXY/US 10Y yield/S&P 500/gold), and top funding-rate extremes (|z|≥2 screened across 16 perpetual markets) — all in one round-trip. Saves 4+ separate paid calls. Per-section available flags for graceful degradation. $0.10 USDC via x402. Live track record at /api/stats: ~54% hit over 15k+ scored forecasts, not a backtest.
Endpoint
GET https://kronossignals.com/api/v1/briefing3
Calls / 30d
2
Unique payers / 30d
Aug 22
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/briefing", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://kronossignals.com/api/v1/briefing" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"disclaimer": "Composite briefing assembled from: Kronos-base ML model (forecasts), alternative.me (Fear & Greed), stooq.com / Yahoo Finance (macro), and Kronos market_signals / Bybit (funding extremes). Informational only, not financial advice.",
"forecasts": {
"BTC": {
"available": true,
"direction": "up",
"expected_close": 107620,
"horizon": "1h",
"probability": 0.67,
"range_high": 108700,
"range_low": 106300
},
"ETH": {
"available": true,
"direction": "up",
"expected_close": 3520,
"horizon": "1h",
"probability": 0.58,
"range_high": 3590,
"range_low": 3450
},
"SOL": {
"available": true,
"direction": "down",
"expected_close": 148,
"horizon": "1h",
"probability": 0.44,
"range_high": 152,
"range_low": 145
}
},
"funding_extremes": {
"available": true,
"extremes_count": 1,
"items": [
{
"asset": "BTC-USD",
"captured_at": "2026-07-03T09:55:00.000Z",
"classification": "extreme",
"data_age_seconds": 300,
"funding_rate": 0.003,
"funding_rate_annualized": 3.285,
"rank": 1,
"short": "BTC",
"stale": false,
"z_score": 2.8
}
],
"no_extremes_message": null
},
"generated_at": "2026-07-03T10:00:00.000Z",
"macro": {
"available": true,
"dxy": {
"source": "stooq.com",
"unavailable": false,
"value": 104.2
},
"gold": {
"source": "stooq.com",
"unavailable": false,
"value": 2325
},
"spx": {
"source": "stooq.com",
"unavailable": false,
"value": 5488
},
"us_10y_yield": {
"source": "stooq.com",
"unavailable": false,
"value": 4.31
},
"vix": {
"source": "stooq.com",
"unavailable": false,
"value": 16.8
}
},
"sentiment": {
"available": true,
"fear_greed": {
"timestamp": "1751443200",
"value": 75,
"value_classification": "Greed"
}
},
"usage_hint": "One-call composite briefing: BTC/ETH/SOL ML forecasts, Fear & Greed, macro (VIX/DXY/SPX/gold), top funding extremes."
}Payment details
0x36038e1d712c5e39f35952164ec58ec2b96caee7USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of News & Content 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.