Can I download Hyperliquid open-interest and funding history?
Yes. HypeBasis publishes a growing hourly CSV for HYPE, BTC, ETH, and SOL. The current dataset covers up to seven rolling days and uses scheduled snapshots of Hyperliquid's public market contexts. It is not tick data, an OHLCV feed, a record of funding payments, or complete venue history. Every download below shows its current observation count, time span, freshness, and base-OI source quality.
Download center
Choose a market
Files refresh from the same bounded store used by HypeBasis research pages. Downloads never trigger a new upstream market request.
Latest saved rows
HYPE dataset preview
Data contract
CSV columns and units
Field names stay stable so analysts can reuse a local notebook or script. Any future breaking schema change must ship as a new version rather than silently changing this file.
| Column | Unit | Meaning |
|---|---|---|
| captured_at_utc | ISO 8601 UTC | The scheduled snapshot time used for every field in the row. |
| market | symbol | The Hyperliquid core perpetual market symbol. |
| mark_price_usd | USD | The official mark price observed at capture time. |
| base_open_interest | contracts | Open interest in base units. Older rows may reconstruct this as notional OI divided by mark price. |
| base_open_interest_source | label | Whether base OI was stored directly or reconstructed for an older row. |
| open_interest_notional_usd | USD | The mark-valued notional of outstanding positions at capture time. |
| rolling_24h_volume_usd | USD | The venue's rolling 24-hour market volume snapshot, not volume during the one-hour interval. |
| hourly_funding_rate | decimal | The current hourly funding-rate snapshot as a decimal. |
| hourly_funding_rate_percent | % | The same hourly funding-rate snapshot multiplied by 100. |
Interpretation limits
What the rows can and cannot prove
- Base-unit OI measures outstanding contracts. It does not reveal whether new exposure is long, short, hedged, or directional.
- Rolling 24-hour volume overlaps between rows. Do not sum it to estimate interval or weekly volume.
- The funding field is the rate visible at capture time. It is not a user payment ledger and should not be summed when observations are missing.
- Hourly snapshots can miss intrahour price extremes and short changes between captures.
Finished with the data check?
If you have already decided to trade and are eligible, review the referral discount and its limits before opening Hyperliquid. The dataset is independent of that decision.
How to read this dataReviewed 2026-08-25 · ExpandCollapse
- Where this comes from
- Hyperliquid public info endpoint
- How fresh it is
- The public dataset reads hourly Cloudflare KV captures and refreshes this page through a five-minute server cache.
- Last reviewed
- 2026-08-25
- How to use it
- Coverage is bounded to four core perp markets and at most 168 hourly captures. Missing or stale observations remain visible and are never backfilled.
Sources
3 references · ExpandCollapse
- Hyperliquid Docs: Info endpointAccessed 2026-08-25Supports: Public info endpoint families used for market, book, candle, account, portfolio, and maxBuilderFee approval reads.
- Hyperliquid Docs: Perpetuals info endpointAccessed 2026-08-20Supports: Perpetual market metadata, asset context, funding history, predicted funding, clearinghouse state, and open-interest cap fields.
- Hyperliquid Docs: Rate limits and user limitsAccessed 2026-08-20Supports: Rate-limit and user-limit constraints for public-data tooling.