get_long_short_ratio
Retrieve the long/short account ratio for a cryptocurrency futures symbol to gauge market sentiment. Use extreme ratios as contrarian reversal signals.
Instructions
Get long/short account ratio for a futures symbol.
Shows percentage of accounts that are long vs short. Ratio > 1: More accounts are long (bullish sentiment) Ratio < 1: More accounts are short (bearish sentiment) Extreme ratios often precede reversals (contrarian signal).
Args: symbol: Trading pair symbol (e.g., BTCUSDT, ETHUSDT)
Returns: Long/short ratio and percentages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |