Skip to main content

Overview

Get detailed open interest breakdown for a specific trading market. Open Interest (OI) represents the total value of outstanding positions and is a key indicator of market activity, liquidity, and directional bias. Strike Protocol tracks OI separately for long and short positions, providing insights into market sentiment and potential price movements.
This endpoint does NOT require authentication and provides real-time open interest data for all users.

Path Parameters

string
required
Trading pair symbol to get open interest for.Supported values: “BTC-USD”, “ETH-USD”, “SOL-USD”
Example: “BTC-USD”

Response Fields

string
Trading pair identifier that was queried
string
Total USD value of long positions in the market
string
Total USD value of short positions in the market
string
Combined open interest (longOI + shortOI)
string
Open interest imbalance percentage showing directional bias
  • Positive: More long than short positions (long-heavy)
  • Negative: More short than long positions (short-heavy)
  • Near zero: Balanced market

Open Interest Mechanics

What Open Interest Represents

Position Value

Open Interest measures the total USD value of all outstanding positions:
  • Long OI: Sum of all long position sizes
  • Short OI: Sum of all short position sizes
  • Total OI: Combined exposure in the market

Market Activity

OI provides insights into:
  • Market engagement: Higher OI = more active participation
  • Liquidity depth: More positions = more potential liquidity
  • Capital allocation: Where traders are putting their money
  • Market maturity: Established markets tend to have higher OI

Imbalance Calculation

Interpretation Examples

Long-Heavy Market:
Short-Heavy Market:
Balanced Market:

Market Implications

Directional Bias

  • +20% to +50%: Moderate bullish bias
  • +50%+: Strong bullish sentiment
  • -20% to -50%: Moderate bearish bias
  • -50%-: Strong bearish sentiment
  • ±10%: Balanced, no clear directional bias

Funding Impact

OI imbalance directly affects funding rates:
  • Long-heavy: Longs typically pay funding to shorts
  • Short-heavy: Shorts typically pay funding to longs
  • Balanced: Minimal funding rate pressure

Volatility Indicators

  • High total OI: Potential for significant price moves when positions close
  • Extreme imbalance: Risk of cascading liquidations
  • Growing OI: Increasing market interest and potential volatility

Error Responses

object
Invalid symbol parameter
object
Symbol not found or not supported
Use OI data to identify market opportunities and risks. Extreme imbalances often precede significant price movements, while balanced OI suggests stable, liquid markets.
Extreme OI imbalances can lead to cascading liquidations and high volatility. Exercise caution when trading in markets with >40% imbalance.