market_historical_oi
Retrieve historical hourly open interest snapshots in USD, filtered by coin or aggregated across the exchange, covering up to 30 days. Analyze market positioning and trends with precise time windows.
Instructions
Get historical hourly open interest snapshots (notional USD). Supports per-coin filtering or global exchange aggregation. Max range is 30 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Filter by coin symbol (e.g. BTC, ETH, SOL). For builder dex: prefix:COIN (e.g. xyz:SILVER). Omit for global exchange aggregate. | |
| since | No | Time window for history (max 30d). e.g. '24h', '7d', '30d' | |
| endTime | No | Explicit end time (ISO string or timestamp). Defaults to now. | |
| startTime | No | Explicit start time (ISO string or timestamp). Overrides 'since'. | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |