Skip to main content

Futures Open Interest

Total futures open interest across all exchanges in USD

PropertyValue
Categoryexchanges
UnitUSD
Resolution1d
AssetsBTC
TierBasic
API EndpointGET /v1/futures/oi
Fieldtotal_oi_usd

Overview

Total open interest across major centralized exchanges, measured in USD. Open interest represents the total value of all outstanding derivative contracts (futures and perpetual swaps) that have not been settled or closed.

Interpretation

Rising OI with rising price indicates a strong trend supported by new capital entering the market — longs are building positions. Rising OI with falling price suggests shorts are accumulating, or existing long positions are approaching liquidation levels. A sharp drop in OI typically signals forced liquidations or voluntary position unwinding. Historically, OI peaks above 25Bhavecoincidedwithlocalpricetops,whileOItroughsbelow25B have coincided with local price tops, while OI troughs below 10B have marked accumulation zones.

Use Cases

  • Identifying leverage buildup before major moves
  • Spotting potential liquidation cascades when OI diverges from price
  • Confirming trend strength by checking if new money is entering via derivatives
  • Monitoring overall market participation in Bitcoin futures

API Usage

curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.blocklens.co/v1/futures/oi?start_date=2024-01-01&end_date=2024-12-31&limit=365"