live_oi_history
Retrieve historical open interest for any coin or global OI on Hyperliquid. Analyze accumulation/distribution phases and market conviction shifts to validate whether price moves are backed by positioning.
Instructions
Get historical open interest data for any coin on Hyperliquid, or global OI across all coins. Best for identifying accumulation/distribution phases, market conviction shifts, and whether a move was backed by positioning. Default 7 days, max 30 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Coin symbol (e.g. BTC, ETH, SOL). Omit for global OI across all coins. | |
| hours | No | Number of hours of history (default 168 = 7 days, max 720 = 30 days) | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |