SonarX
DatasetsHyperliquid dataset· 1 min read· By SonarX Team

Hyperliquid Open Interest and Perp Positions Data

Point-in-time perpetual position snapshots at regular block intervals: size, entry price, leverage, margin and accumulated funding, per user and market.

Hyperliquid Open Interest and Perp Positions Data

A position snapshot on Hyperliquid is the state of an account's perpetual positions at a block height: the size held, the entry price, the leverage and margin settings in force, and the funding accumulated against it. Snapshots are taken at regular block intervals, so a series of them is a time series of exposure, and open interest is read across accounts from the same rows. Fills tell you what changed; snapshots tell you what was held.

What one row represents

One row is one account’s position in one market at one snapshot height: the size held, the price it was entered at, the leverage and margin settings in force, and the funding accumulated against it. Snapshots are taken at regular block intervals, so a series of them is a time series of exposure, and open interest is read across accounts from the same rows.

Forward-looking risk is not a liquidation event

Hyperliquid’s clearinghouse state carries a liquidationPx for each position: the price at which that position would be liquidated. It is a risk estimate about a price that has not been reached, and Hyperliquid says as much, noting that the figure “still may not be the actual liquidation price due to funding payments or changes in unrealized pnl in other positions”.

A liquidation event is the opposite in kind. It is a past execution, recorded on the fill that closed the position and carrying the mark price it closed at. Counting liquidationPx values as liquidations counts risk, not outcomes. See Hyperliquid liquidations data for the event side.

Pairing snapshots with fills

Because both surfaces carry a block height, a snapshot before a close and a snapshot after it bracket the fills that did the closing. That gives you exposure going in, the executions themselves, and exposure coming out, with funding accounting for part of the equity change in between. The per-position and per-account field names are documented on Hyperliquid’s perpetuals info endpoint page.

Delivery

Available history is delivered as a Snowflake datashare or as files to your own bucket.

Hyperliquid fields SonarX indexes

Hyperliquid fieldWhat it isSonarX indexes it
cointhe perpetual market
szithe signed position size
entryPxthe entry price
leveragethe leverage in force, including whether it is cross or isolated
maxLeveragethe maximum leverage allowed for the market
cumFundingthe funding accumulated against the position

Field definitions and mechanics: Hyperliquid's own documentation. Chain overview: indexed Hyperliquid blockchain data.

Frequently asked questions

What is a Hyperliquid position snapshot?

A position snapshot is the state of an account's perpetual positions at a block height: the size held, the price it was entered at, the leverage and margin settings in force, and the funding accumulated against it. Snapshots are taken at regular block intervals, so a series of them is a time series of exposure.

How is Hyperliquid open interest read from position data?

Open interest is read across accounts from the same snapshot rows. Summing position size per market at a snapshot height gives the exposure held at that height, and comparing snapshots gives how it changed, with the fills between them explaining the change.

Is liquidationPx a liquidation event?

No. Hyperliquid's clearinghouse state carries a liquidationPx for each position, the price at which that position would be liquidated. It is a risk estimate about a price not yet reached, and Hyperliquid notes it still may not be the actual liquidation price due to funding payments or changes in unrealized PnL in other positions. A liquidation event is a past execution recorded on the closing fill.

How do position snapshots pair with Hyperliquid fills?

Both carry a block height, so a snapshot before a close and a snapshot after it bracket the fills that did the closing. That gives exposure going in, the executions themselves, and exposure coming out, with funding accounting for part of the equity change in between.

Get started

Query Hyperliquid open interest and perp positions data

Tell us the delivery target and the history depth you need, and we scope the Hyperliquid share against it.