get_open_interest
Retrieve open interest for a futures symbol to gauge market participation and trend strength. Open interest data helps identify bullish or bearish momentum based on price direction.
Instructions
Get open interest for a futures symbol.
Open interest = total outstanding contracts. Shows market participation. Rising OI + rising price = strong bullish trend Rising OI + falling price = strong bearish trend Falling OI = trend weakening, positions closing
Args: symbol: Trading pair symbol (e.g., BTCUSDT, ETHUSDT)
Returns: Open interest in contracts and USD value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |