$0.02
per call · USD Coin on Base
Crypto funding-rate extremes screener: scans all 17 perpetual futures markets (BTC/ETH/SOL/BNB/XRP/DOGE/ADA/AVAX/LINK/DOT/LTC/TRX/BCH/ATOM/NEAR/APT/HYPE). Uses z-score (30-day baseline) to identify statistically extreme funding: |z|≥2 = extreme, |z|≥3 = critical. Returns only assets clearing the threshold. Real-time from Kronos market_signals (Bybit data). Pay-per-call via x402.
Endpoint
GET https://kronossignals.com/api/v1/funding-extremes10
Calls / 30d
8
Unique payers / 30d
Sep 9
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/funding-extremes", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://kronossignals.com/api/v1/funding-extremes" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"all_ranked": [],
"as_of": "2026-01-01T00:00:00.000Z",
"cache_ttl_sec": null,
"disclaimer": "Funding rates from Bybit perpetual swaps via Kronos market_signals. z-score vs 30-day baseline. Not financial advice.",
"extremes": [
{
"asset": "BTC-USD",
"captured_at": "2026-01-01T00:00:00.000Z",
"classification": "extreme",
"data_age_seconds": 120,
"data_source": "bybit",
"funding_interval_hours": 8,
"funding_rate": 0.003,
"funding_rate_annualized": 3.285,
"mark_price": 107500,
"mean_30d": 0.0002,
"n": 1200,
"next_funding_time": "2026-01-01T06:00:00.000Z",
"open_interest": 85000,
"rank": 1,
"short": "BTC",
"stale": false,
"std_30d": 0.001,
"z_score": 2.8
}
],
"extremes_count": 1,
"inputs": {
"assets_scanned": 16,
"critical_z_threshold": 3,
"extreme_z_threshold": 2,
"window_days": 30
},
"no_extremes_message": null
}Payment details
0x36038e1d712c5e39f35952164ec58ec2b96caee7USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data 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.