market_historical_oi
Retrieve historical hourly open interest snapshots in USD for a specific coin or aggregated across exchanges, with up to 30 days of data.
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 |
|---|---|---|---|
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. | |
| 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' | |
| startTime | No | Explicit start time (ISO string or timestamp). Overrides 'since'. | |
| endTime | No | Explicit end time (ISO string or timestamp). Defaults to now. |