Skip to main content

OI Change (%)

Daily percentage change in futures open interest

PropertyValue
Categoryexchanges
Unit%%
Resolution1d
AssetsBTC
TierBasic
API EndpointGET /v1/futures/oi
Fieldoi_delta_pct

Overview

Day-over-day percentage change in total aggregate futures open interest. This normalizes the absolute USD change for comparability across different market conditions and OI levels.

Interpretation

Values above +5% indicate aggressive position building — often seen before major breakouts or before liquidation-driven reversals. Values below -5% signal mass unwinding or forced liquidations. During range-bound markets, daily changes typically stay within plus or minus 2%. Extended periods of positive percentage changes suggest sustained leverage buildup, which increases fragility and the risk of cascading liquidations.

Use Cases

  • Comparing leverage changes across different market regimes regardless of absolute OI level
  • Building OI momentum indicators and divergence signals
  • Identifying periods of abnormal position activity
  • Creating alerts for potential liquidation risk when sustained high positive values are observed

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"