COINGLASS_OPEN_INTEREST
Fetch open interest data for any crypto symbol across exchanges, with optional historical analysis to understand market positioning.
Instructions
Get open interest exchange list and optional OI history for a symbol
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Base asset symbol, e.g., BTC or BTCUSDT | |
| exchange | No | Optional exchange filter, e.g., Binance | |
| includeHistory | No | ||
| period | No | ||
| prettyFormat | No | When true (default), returns a human-readable summary; when false, returns raw API-shaped data. |