Intraday open interest and funding
oi_funding_historyThe intraday path of open interest and funding for one pair, aggregated across venues, oldest first. Use it for "how has BTC open interest moved today", "was funding rising into that move", "show me the OI path over the last 12 hours". Keyless: the free pairs, the last 24h at 1-hour resolution. Starter and up: every streamed pair at the recorded 5-minute resolution, up to the plan's window. For the daily archive use market_history. Descriptive market data only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Alias for pair. | |
| pair | No | Trading pair, for example ETH/USD. A bare symbol like ETH is read as ETH/USD. Defaults to BTC/USD when omitted. | |
| hours | No | How many hours back. Defaults to 24; the ceiling on the free plans is 24, then the plan's history window. Asking for more returns the cap, and the payload says so in `capped`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capped | No | Present when hours was clamped. | |
| funding | No | Funding points, oldest first, aggregated across venues. | |
| summary | No | The answer in one plain sentence, computed from the fields below. Open the reply with this, then let the numbers back it up. Null only when there was nothing to summarise. | |
| upgrade | No | Present only when the pair or the window is beyond this plan. | |
| available | No | False on an uncovered pair, a pair outside the free set keyless, or when no series is recorded. | |
| oi_change_pct | No | Open-interest change first to last point, percent. Absent when either end is missing. | |
| open_interest | No | Open-interest points, oldest first, aggregated across venues. | |
| resolution_minutes | No | 60 keyless, 5 on a plan. |