$0.05
per call · USD Coin on Base
XRP price direction forecast. Composite model: EMA(20/50)/RSI(14)/MACD(12,26,9)/ATR(14) heuristic off Binance klines. Measured on predictions actually served: 49% directional over 500+ scored XRP forecasts — below our ~54% all-asset headline; verify per-asset at /api/stats (beta_accuracy). Returns up_prob, range_low/high, and accuracy_note. Pay-per-call via x402 on Base USDC. Live track record at /api/stats: ~54% hit over 15k+ scored forecasts, not a backtest.
Endpoint
GET https://kronossignals.com/api/v1/forecast/xrp2
Calls / 30d
1
Unique payers / 30d
Aug 21
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/forecast/xrp", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://kronossignals.com/api/v1/forecast/xrp?horizon=1h" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"accuracy_note": "Composite model. Measured on predictions actually served: 49% directional over 500+ scored XRP forecasts — below the ~54% all-asset headline (graduated from beta 2026-07-08 on n=101, which has not held up on the larger sample). Verify per-asset at /api/stats (beta_accuracy.per_asset).",
"asset": "XRP-USD",
"beta": false,
"cache_age_seconds": 180,
"cached": true,
"disclaimer": "Composite forecast for XRP-USD. Informational only, not financial advice.",
"forecast": {
"confidence": 0.52,
"expected_close": null,
"horizon_bars": 1,
"pred_volatility": null,
"quantiles": null,
"range_high": 2.325,
"range_low": 2.175,
"up_prob": 0.52
},
"generated_at": "2026-07-03T10:00:00.000Z",
"horizon": "1h",
"model": "kronos-signal-composite-v2 (fallback)",
"model_type": "composite",
"price": {
"atr": 0.05,
"close": 2.25
},
"source": "Binance"
}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.