Skip to main content

OI Change (USD)

Daily change in futures open interest in USD

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

Overview

Day-over-day change in total aggregate futures open interest, measured in USD. Positive values indicate net new positions being opened across exchanges; negative values indicate positions being closed or liquidated.

Interpretation

Large positive spikes (>1B)oftenprecedevolatilebreakoutmovestradersareaggressivelybuildingleveragedpositions.Largenegativespikes(<1B) often precede volatile breakout moves — traders are aggressively building leveraged positions. Large negative spikes (\lt -1B) indicate mass liquidation events or coordinated position unwinding, which typically occur during sharp price drops. Moderate daily changes (200M200M-500M) reflect normal market activity. Sustained positive deltas over multiple days signal growing conviction and leverage buildup.

Use Cases

  • Detecting leverage events and liquidation cascades in real-time
  • Timing entries around position flushes (large negative deltas)
  • Monitoring market participation changes day-over-day
  • Building quantitative signals based on OI momentum

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"