BTC Futures Basis API
Bitcoin futures basis (annualized premium/discount) — signals trader expectations and derivatives market structure.
https://api.hunchmachine.com/webhook/indicators?indicator=btc_futures_basis&api_key=YOUR_API_KEYDescription
Measures the annualized futures basis — the percentage difference between Bitcoin's futures price and the spot price, normalized by time to expiration. This indicator reflects trader expectations and market structure in derivatives: a positive basis suggests bullish sentiment (futures trading above spot), while a negative basis indicates bearish pressure or market stress.
What this endpoint provides
A real-time view of the BTC futures premium or discount, expressed as an annualized rate, alongside time to expiry and qualitative interpretation fields.
Response fields
valueAnnualized futures basis in percentage (%).
spotCurrent BTC spot price.
futureCurrent BTC futures price for the nearest contract analyzed.
days_to_expNumber of days until contract expiration.
trendGeneral directional bias of the basis (up, down, or neutral).
momentum_stateDescribes the strength or stability of recent changes (accelerating, weakening, stable).
regimeInterpreted market condition based on basis level (risk-on, risk-off).
interpretationText summary describing what the current basis level implies.
summaryCompact human-readable description combining all relevant values.
timestampUTC timestamp of the most recent update.
Output example
[
{
"indicator": "btc_futures_basis",
"timestamp": "2025-11-01T02:56:01.659Z",
"value": 5.79,
"spot": 109812.3,
"future": 112355.5,
"days_to_exp": 145.88,
"trend": "neutral",
"momentum_state": "stable",
"regime": "risk-on",
"interpretation": "Light positive basis — healthy bullish structure.",
"summary": "BTC Futures Basis: 5.79% annualized (145.88d to expiry) — Light positive basis — healthy bullish structure."
}
]