$0.02
per call · USD Coin on Base
Cross-venue funding arbitrage signal from real-time 8h-equivalent funding rates on Binance, OKX, Bybit, KuCoin, Bitget and Hyperliquid. Returns the gross and net-of-fees spread between the best short venue and best long venue (gross_spread_bps, net_spread_bps after a 20 bps round-trip fee estimate), spread_8h_normalized, venues_count, per-venue rates with funding_interval_hours, annualized_pct, and an actionability label. All 17 assets. $0.02 USDC via x402.
Endpoint
GET https://kronossignals.com/api/v1/funding-arb/btc21
Calls / 30d
18
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-arb/btc", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://kronossignals.com/api/v1/funding-arb/btc" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"actionability": "not_actionable",
"annualized_pct": -175.2,
"as_of": "2026-01-01T00:00:00.000Z",
"asset": "BTC-USD",
"best_long_rate8h": -0.0001,
"best_long_venue": "hyperliquid",
"best_short_rate8h": 0.0003,
"best_short_venue": "binance",
"cache_ttl_sec": null,
"caveats": [
"Computed facts, not a profit forecast.",
"Funding can flip direction at any time.",
"Execution/slippage/borrow/margin costs not fully modeled.",
"20 bps fee estimate assumes taker fills on both legs at open and close."
],
"dispersion": {
"max_min_spread": 0.0004,
"stdev": 0.000138,
"venues_reporting": 6
},
"gross_spread_bps": 4,
"inputs": {
"best_long_rate8h": -0.0001,
"best_short_rate8h": 0.0003,
"venues_count": 6,
"venues_queried": 6
},
"methodology": "gross_spread_bps = (best_short_rate8h - best_long_rate8h) * 10000. net_spread_bps = gross_spread_bps - 20 (ROUND_TRIP_FEE_BPS). annualized_pct = net per-8h fraction * 3 * 365 * 100.",
"net_spread_bps": -16,
"oi_weighted_avg_8h": 0.00026,
"per_venue": {
"binance": {
"funding_interval_hours": 8,
"oi": 85000,
"rate8h": 0.0003
},
"bitget": {
"funding_interval_hours": 8,
"oi": null,
"rate8h": 0.00024
},
"bybit": {
"funding_interval_hours": 8,
"oi": 30000,
"rate8h": 0.00028
},
"hyperliquid": {
"funding_interval_hours": 1,
"oi": 12000,
"rate8h": -0.0001
},
"kucoin": {
"funding_interval_hours": 8,
"oi": null,
"rate8h": 0.00022
},
"okx": {
"funding_interval_hours": 8,
"oi": 40000,
"rate8h": 0.00025
}
},
"short": "BTC",
"simple_avg_8h": 0.00023,
"spread_8h_normalized": 0.0004,
"venues_count": 6
}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.