Historical Open Interest
market_historical_oiRetrieve historical hourly open interest in USD for any coin or the entire exchange. Filter by coin symbol or aggregate globally, with up to 30 days of data to analyze market positioning.
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. |