$0.04
per call · USD Coin on Base
Gamma Exposure (GEX) and max-pain options tool for BTC and ETH from the Deribit public API. Returns an aggregate GEX strike ladder (dealer-convention net gamma per strike), gamma flip level (zero-cumulative-GEX strike), spot regime above or below flip, max-pain strikes for upcoming weekly and monthly expiries, an expected-move cone (ATM-IV-derived 1-sigma, front expiry), and a heuristic pin-risk score. 15-minute in-memory cache. $0.04 USDC via x402.
Endpoint
GET https://kronossignals.com/api/v1/gex/btc8
Calls / 30d
4
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/gex/btc", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://kronossignals.com/api/v1/gex/btc" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"as_of": "2026-01-01T00:00:00.000Z",
"asset": "BTC-USD",
"available": true,
"data_source": "deribit",
"expected_move": {
"atm_iv": 42.5,
"dte": 2.1,
"expiry": "4JUL26",
"lower": 60300,
"spot": 61200,
"upper": 62100
},
"gamma_flip_level": 58500,
"gex_ladder": [
{
"callGex": 18000000,
"netGex": 12500000,
"putGex": -5500000,
"strike": 60000
}
],
"gex_total": 50000000,
"gex_units": "USD per 1% spot move per strike",
"max_pain": [
{
"dte": 2.1,
"expiry": "4JUL26",
"label": "weekly",
"max_pain_strike": 60000
}
],
"pin_risk": [
{
"expiry": "4JUL26",
"max_pain_strike": 60000,
"note": "Heuristic [0-1]. NOT a forecast.",
"pin_risk_score": 0.51
}
],
"spot_regime": "above_flip",
"underlying_price": 61200
}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.