> ## Documentation Index
> Fetch the complete documentation index at: https://dune-automated-update-duneapi-openapi-files.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Hyperliquid

> Raw, decoded, and curated Hyperliquid HyperCore data on Dune: trading, order book, funding, account activity, and RWA markets

export const PremiumDatasetAccessCard = ({href = "https://dune.com/enterprise#contact-form", note = null}) => <Card title="Gated dataset" icon="lock" href={href}>
    Querying this dataset requires an entitlement on your workspace. See <a href="/data-catalog/overview#access-tiers-public-vs-gated-datasets">access tiers</a>, or contact the Dune team to enable access.
    {note && <><br /><br />{note}</>}
  </Card>;

Hyperliquid runs as one Layer 1 split across two execution environments. HyperEVM handles the smart contract side and is available on Dune as a standard EVM chain. HyperCore is the native trading engine, and Dune ingests it directly from Hyperliquid's archives and streaming endpoints, then publishes it in three layers: raw source records, decoded tables, and curated analysis-ready models. The exchange's order flow, executions, funding, and account activity are queryable as structured tables rather than raw explorer output.

<Info>
  **Maintained by:** Dune · **History:** from January 2025 (decoded actions and node fills) · **Layers:** raw, decoded, and curated
</Info>

<Note>
  🔒 **Gated dataset.** Raw, decoded, and curated Hyperliquid tables are private and available to enterprise customers and trial accounts. See the [access tiers overview](/data-catalog/overview#access-tiers-public-vs-gated-datasets) or [contact the Dune team](https://dune.com/enterprise#contact-form) to enable access.
</Note>

## What it is

Hyperliquid coverage on Dune comes in three layers.

<CardGroup cols={3}>
  <Card title="Raw HyperCore" icon="database">
    **Available.** Source records as ingested: every action submitted to the Hyperliquid L1, unaltered node fills, and every Level 2 order-book diff event.
  </Card>

  <Card title="Decoded HyperCore" icon="code">
    **Available.** Just under 30 tables spanning trading actions, fills, funding, account and staking activity, market reference data, prediction markets, and reconstructed order-book snapshots.
  </Card>

  <Card title="Curated" icon="table">
    **Available.** Analysis-ready perpetual-futures models covering every market on the venue, plus the HIP-3 real-world-asset subset in the RWA collection.
  </Card>
</CardGroup>

All three layers are gated and available to enterprise customers and trial accounts. [Request access](https://dune.com/enterprise#contact-form) to scope an evaluation.

## Who it's for

Hedge funds, crypto funds and VCs, asset managers, centralized exchanges, and market data, ratings, and insurance providers. Typical teams are quant research, trading, market data product, and data engineering.

## Use cases

* **Backtest and size a strategy before committing capital.** Replay fills alongside the order book to test entry and exit rules, estimate slippage at real depth, and check whether a target position size was ever fillable, instead of assuming mid-price execution.
* **Measure execution quality.** Compare your own fills against the book state and the wider tape at the same moment to quantify slippage, fee drag, and adverse selection, and to settle whether a venue or routing change actually helped.
* **Build funding, basis, and carry signals.** Use per-market funding payment history with open interest and positioning to price carry trades and spot when funding is about to flip against a crowded side.
* **Monitor liquidity and depth withdrawal.** Track how much size sits at each price level over time to see liquidity thin out ahead of volatility, which matters both for execution risk and for venue quality assessment.
* **Run liquidation and risk surveillance.** Reconstruct liquidation cascades from fills, leverage, and ledger balance changes to stress-test margin assumptions and quantify concentration risk across accounts and markets.
* **Track RWA demand as a cross-asset signal.** Use HIP-3 volume, open interest, funding, and leverage as a live proxy for trader demand in equities, commodities, indices, and FX, including markets with no comparable onchain spot instrument.
* **Feed an internal or commercial market-data platform.** Add Hyperliquid trades, market reference data, and Level 2 depth to an existing data product or internal warehouse without building the ingestion yourself.

## Coverage

* **Perpetual and spot trading**: orders, fills, cancels, TWAPs, leverage, margin, funding, and new market deployments.
* **Order book**: Level 2 diffs and one-minute depth snapshots. Level 2 here means individual bid and ask price levels, not a separate Layer 2 blockchain.
* **Trade executions**: price, size, side, fees, and PnL for every fill.
* **Account and network activity**: transfers, withdrawals, sub-accounts, vaults, approvals, referrals, balance changes, liquidations, staking, validator rewards, and delegations.
* **Prediction markets**: HIP-4 market definitions, outcomes, votes, and related trading activity.
* **RWA markets**: HIP-3 perpetual markets giving synthetic exposure to equities, commodities, FX, indices, and other real-world assets.

### History

Decoded HyperCore actions and node fills are backfilled from Hyperliquid-provided archives, with first data from January 2025. Order-book depth is captured from the live stream forward, starting April 2026, and historical ingestion is in progress.

### Freshness and granularity

| Data                     | Freshness                                                                                      | Granularity                                                                         |
| ------------------------ | ---------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| Actions and fills        | About 20 minutes behind live, bounded by how often Hyperliquid publishes to its archive bucket | One row per individual user or system action, and one row per individual fill       |
| Level 2 order-book diffs | Streamed continuously as changes occur, with no batch or archive delay                         | One row per change to a bid or ask at a single price level, per coin                |
| Order-book snapshots     | Rebuilt every minute                                                                           | Complete book state across all price levels, per coin, at one-minute intervals      |
| Market reference data    | Updated as markets are deployed or reconfigured                                                | One row per perpetual market, spot market, token, margin tier, or prediction market |

<Warning>
  Historical order-book depth before April 2026 is not available. Level 2 depth is captured from the live stream forward, so backtests that need earlier book state cannot be run against these tables.
</Warning>

### Why Dune

* **Query Hyperliquid without operating the pipeline.** Raw, decoded, and curated tables are available without maintaining archive ingestion, streaming, decoding, and order-book reconstruction yourself.
* **Connect activity to market state.** Submitted actions and executions can be analyzed alongside funding, positions, and changes in available liquidity, in the same place as the rest of Dune's chain coverage.

## Raw and decoded tables

Just over 30 tables in total. Full table and column documentation is shared during an evaluation.

**Raw source records:**

* `hyperliquid.l1_transactions_raw`: every action submitted to the Hyperliquid L1, parsed from the `replica_cmds` archive, and the source for the decoded tables
* `hyperliquid.node_fills_raw`: unaltered node fill data as published
* `hyperliquid.l2_book_diff_raw`: every Level 2 order-book diff event, one row per price-level update per coin

**Decoded tables, grouped:**

* **Trading actions**: orders, fills, cancels, TWAPs, leverage and margin updates, and perpetual and spot market deployments.
* **Account and network activity**: transfers and withdrawals, sub-accounts, vaults, approvals, referrals, ledger balance changes including liquidations, staking, delegations, validator rewards, and funding payments.
* **Market reference data**: perpetual and spot market configuration, tokens, margin tiers, and prediction-market questions and outcomes.
* **Order book**: `hyperliquid.l2_book_1m` holds reconstructed one-minute snapshots, built by replaying the diff stream per coin.
* **Fills**: `hyperliquid.node_fills_decoded` gives one row per fill, with price, size, side, fees, PnL, and liquidation detail.

## Curated tables

Curated Hyperliquid coverage ships in two collections, each documented column by column.

<PremiumDatasetAccessCard />

### Perpetuals Trading — venue-wide

The [Perpetuals Trading](/data-catalog/curated/perpetuals/hyperliquid/overview) collection covers every perpetual market on the venue in the `hyperliquid` schema: first-party markets, where `coin` is the bare ticker (`BTC`), and HIP-3 builder-deployed markets, where `coin` is `dex:SYMBOL` (`xyz:TSLA`). Spot and HIP-4 outcome markets are out of scope. Refreshed hourly; `coin` is the join key on every market-grained table.

* [`hyperliquid.perp_market_details`](/data-catalog/curated/perpetuals/hyperliquid/perp-market-details): market dimension — leverage and margin configuration, listing state, and curated classification
* [`hyperliquid.perp_trades`](/data-catalog/curated/perpetuals/hyperliquid/perp-trades): one row per fill leg, both sides of every match, with fees, liquidation detail, and realized PnL
* [`hyperliquid.perp_market_metrics_hourly`](/data-catalog/curated/perpetuals/hyperliquid/perp-market-metrics-hourly) and [`_daily`](/data-catalog/curated/perpetuals/hyperliquid/perp-market-metrics-daily): per-market OHLCV, volume, fees, open interest, and funding
* [`hyperliquid.perp_positions_hourly`](/data-catalog/curated/perpetuals/hyperliquid/perp-positions-hourly): per-account position snapshots at each hourly funding round
* [`hyperliquid.perp_accounts_daily`](/data-catalog/curated/perpetuals/hyperliquid/perp-accounts-daily): per-account daily trading, PnL, funding, and collateral flows
* [`hyperliquid.perp_oracle_prices`](/data-catalog/curated/perpetuals/hyperliquid/perp-oracle-prices): minute-cadence oracle, mark, and mid prices
* [`hyperliquid.perp_orderbook_1m`](/data-catalog/curated/perpetuals/hyperliquid/perp-orderbook-1m): one-minute L2 order book snapshots, resting bids and asks by price level

Trade history starts 27 July 2025; open interest and funding start 27 September 2025. As of 21 August 2026 the registry holds 498 markets across 11 DEXs — 232 first-party and 266 HIP-3 — of which 320 are tradable and 417 have traded.

### RWAs — the HIP-3 real-world-asset subset

Four narrower tables in the `rwa_hyperliquid` schema ship as part of the [RWA dataset](/data-catalog/curated/rwa/overview). They carry the RWA entitlement rather than the HyperCore add-on, and add per-fill trader leverage and margin mode, which the venue-wide tables do not reconstruct.

* [`rwa_hyperliquid.markets`](/data-catalog/curated/rwa/registry/hyperliquid-markets): HIP-3 market registry with asset class, issuer, platform, and leverage configuration
* [`rwa_hyperliquid.perp_trades`](/data-catalog/curated/rwa/activity/perp-trades): taker-leg HIP-3 fills with notional, fees, leverage, and liquidation detail
* [`rwa_hyperliquid.perp_metrics_hourly`](/data-catalog/curated/rwa/activity/perp-metrics-hourly): hourly aggregates per market
* [`rwa_hyperliquid.perp_metrics_daily`](/data-catalog/curated/rwa/activity/perp-metrics-daily): daily aggregates per market

<Note>
  HIP-3 markets are perpetuals, so they give synthetic exposure to the underlying asset rather than spot ownership of a tokenized share.

  Scope in `rwa_hyperliquid.markets` is default-deny: a market appears only once it has been curated into the RWA taxonomy, so crypto perps and uncurated new listings are excluded by design. The Perpetuals Trading collection and the raw and decoded tables carry every market without that filter.
</Note>

## HyperEVM

HyperEVM is covered separately as a standard EVM chain, with raw tables, decoded contract tables, and `dex.trades` support. See the [HyperEVM overview](/data-catalog/evm/hyperevm/overview) for what is indexed.

These are two different data surfaces on the same Layer 1. HyperCore is the trading engine, and its tables are gated as described above. HyperEVM is the smart contract environment, and its tables are part of Dune's standard EVM coverage, so they are not gated and need no add-on.

## Explore and access

<CardGroup cols={2}>
  <Card title="HyperCore Dashboard" icon="chart-line" href="https://dune.com/dune/hyperliquid-hypercore">
    The overview dashboard: trading volume, order book activity, funding, and account flow built on the HyperCore tables.
  </Card>

  <Card title="Launch Post" icon="newspaper" href="https://dune.com/blog/hyperliquid-hypercore-is-live-on-dune">
    Why Dune decoded HyperCore, what the pipeline covers, and what it makes possible.
  </Card>

  <Card title="hyperliquid.market_data" icon="table" href="/data-catalog/community/hyperliquid/market-data">
    A separate community-contributed dataset, updated monthly: aggregate market snapshots with funding, open interest, and volume. Not part of the HyperCore pipeline.
  </Card>

  <Card title="Get Access" icon="lock" href="https://dune.com/enterprise#contact-form">
    Hyperliquid HyperCore tables are an enterprise add-on. Talk to the Dune data solutions team about a trial or enterprise access.
  </Card>
</CardGroup>
