COINGLASS_LONG_SHORT_RATIO
Retrieve historical long/short ratio snapshots for any cryptocurrency trading pair across exchanges, with customizable aggregation periods for trend analysis.
Instructions
Get global account long/short ratio history snapshot for a symbol
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Trading pair, e.g., BTCUSDT or BTC | |
| exchange | No | Futures exchange, e.g., Binance | |
| period | No | Aggregation period: 1h, 4h, 12h, 24h (maps to 1h/4h/12h/1d) | 24h |
| prettyFormat | No | When true (default), returns a human-readable summary; when false, returns raw API-shaped data. |