CoinGlass OI Distribution
coinglass_oi_distributionRead-onlyIdempotent
Analyze cryptocurrency open interest distribution across exchanges to identify market concentration patterns and arbitrage opportunities.
Instructions
Get Open Interest distribution across exchanges.
Shows how OI is distributed among different exchanges, useful for understanding market concentration and finding arbitrage opportunities.
Examples: - BTC OI by exchange: action="by_exchange", symbol="BTC" - Historical distribution: action="exchange_chart", symbol="BTC", range="24h"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | by_exchange: current OI breakdown by exchange | exchange_chart: historical OI by exchange | |
| symbol | Yes | Coin symbol (e.g., 'BTC', 'ETH') | |
| range | No | Time range for exchange_chart: 4h, 12h, 24h, 3d |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||