$0.05
per call · USD Coin on Base
Pre-trade context pack for one asset in a single call: derivatives state (funding, annualised funding, basis, open interest and its 1h change), recent liquidation prints, implied-volatility surface for BTC/ETH, and any active regime alerts. Replaces four separate paid calls. Each component is independently marked available, unavailable or stale — never flattened into a neutral claim. Facts and data quality only, no recommendation. $0.05 USDC.
Endpoint
GET https://kronossignals.com/api/v1/trade-preflight6
Calls / 30d
2
Unique payers / 30d
Sep 3
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/trade-preflight", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://kronossignals.com/api/v1/trade-preflight?asset=btc&horizon=4h&side=long" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"alerts": {
"available": false,
"reason": "alerts source unavailable"
},
"asset": "BTC-USD",
"components_available": 3,
"components_total": 4,
"derivatives": {
"available": true,
"data": {
"basis": 0.0004,
"funding_rate": 0.0001,
"funding_rate_annualized": 10.95,
"funding_trend": "flat",
"open_interest": 61234.5,
"open_interest_change_1h_pct": 1.2
},
"source_timestamp": "2026-01-01T00:58:00.000Z",
"stale": false
},
"disclaimer": "Facts and data-quality context only. Not a recommendation, not financial advice.",
"generated_at": "2026-01-01T01:00:00.000Z",
"horizon": "4h",
"liquidations": {
"available": true,
"data": {
"adverse_to_side": "prints against a long position",
"recent_print_count": 12
},
"source_timestamp": "2026-01-01T00:59:00.000Z",
"stale": false
},
"options_iv": {
"available": true,
"data": {
"atm_iv": 42.8,
"iv_rank": 58.3,
"skew_25d": 3.8,
"term_structure_shape": "contango"
},
"source_timestamp": "2026-01-01T00:00:00.000Z",
"stale": false
},
"schema_version": "1",
"side": "long"
}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.