Blog

HyperCore Data Is Live on Flipside

Query every perp trade, liquidation, funding rate, and spot fill on Hyperliquid's core trading engine. 19 curated tables, live now.

HyperCore Data Is Live on Flipside

HyperCore data is live on Flipside

Hyperliquid’s core trading engine processes $200+ billion in monthly volume across 281 perp markets. It holds 70%+ of all decentralized perp open interest and has settled $2.1 trillion in cumulative trades. Until now, none of that data was queryable through standard blockchain indexing.

We built 19 curated tables for HyperCore: the native Rust-based engine powering Hyperliquid’s order book, perpetual futures, spot markets, liquidations, and margin system. Live now on Flipspace for Flipside subscribers and via private data share on the Snowflake Marketplace.

What you can do with it

Track liquidation cascades. ez_perp_liquidations captures every liquidation event with the liquidated address, counterparty, method, realized PnL, and notional value. Cross-reference with ez_perp_asset_snapshots to see how open interest shifted before and after major liquidation spikes.

Largest Liquidations (Last 30 Days)

Flipside

Top 25 liquidation events on HyperCore perpetual futures by notional value

#TimeMarketMethodPriceNotionalDirectionRealized Loss
1Mar 5BTCmarket$71,175$2,403,367.65Close Long-$42,310.08
2Mar 1BTCmarket$66,604$2,002,834.23Close Long-$16,926.84
3Mar 1BTCmarket$66,389$1,973,938.83Close Short-$12,588.92
4Mar 6BTCmarket$70,145$1,966,141.9Close Long-$36,315.25
5Mar 8BTCmarket$66,100$1,911,813.61Close Long-$31,040.22
6Mar 4BTCmarket$73,554$1,891,961.14Close Short-$98,034.53
7Feb 25BTCmarket$64,982$1,694,764.35Close Short-$27,984.4
8Mar 1BTCmarket$66,410$1,613,031.83Close Long-$18,384.34
9Mar 1BTCmarket$65,983$1,548,020.56Close Long-$27,775.36
10Mar 4BTCmarket$70,332$1,499,974.08Close Short-$22,387
Showing 110 of 25

Screen for funding rate arbitrage. ez_perp_funding_rates gives you hourly rates across every perp market. Positive funding means longs are paying shorts. Negative means the reverse. This table surfaces the markets with the most extreme annualized carry right now.

Top Funding Rates by Annualized Carry (7-Day Avg)

Flipside

Positive = longs pay shorts. Negative = shorts pay longs.

#MarketMedian Funding %Annualized %Observations
1AZTEC0.00%10.95%725
2XMR0.00%10.95%72
3DASH-0.00%-3.50%139
4SKR-0.01%-99.74%234
5AXS-0.02%-154.50%139

Research maker vs. taker dynamics. ez_perp_fills splits every trade into maker and taker sides with fee attribution, PnL, and builder fees. This is the microstructure data that most perp DEXs don’t expose.

Maker vs Taker Breakdown (Last 7 Days)

Flipside

Volume, fees, and fill counts split by maker and taker on HyperCore perps

#SideFillsVolume ($B)Total FeesBuilder FeesAvg Fee (bps)% Rebated
1maker21,511,46134.14-$53,028.4$00.361.00%
2taker21,511,46134.14$10,472,311.5$774,675.252.410.00%

Monitor capital flows. fact_ledger_events tracks deposits, withdrawals, internal transfers, and vault operations. Net flow direction is one of the clearest sentiment signals on any exchange.

Daily Deposit vs Withdrawal Flows (Last 30 Days)

Net capital flow direction on HyperCore

The charts above are powered by live data from the Flipside API. Click “View SQL” to see and copy the query behind each one.

Full table reference

All tables live under the hypercore database, core schema.

Perpetual futures (11 tables)

  • dim_perp_markets — all 281 perp markets with leverage limits and margin config
  • ez_perp_trades — enriched perp trades with market metadata
  • ez_perp_fills — single-sided fills by maker/taker, with fees and PnL
  • ez_perp_liquidations — liquidation events with counterparty details and realized loss
  • ez_perp_funding_rates — hourly funding rates across all perp markets
  • ez_perp_funding_payments — per-user funding payments on open positions
  • ez_perp_predicted_fundings — forward-looking predicted funding rates
  • ez_perp_candles — OHLCV candlestick data for all perp markets
  • ez_perp_l2_book — Level 2 order book depth snapshots
  • ez_perp_asset_snapshots — periodic snapshots of open interest, oracle/mark prices, funding

Spot markets (3 tables)

  • dim_spot_markets — all 275 HIP-1 spot tokens
  • ez_spot_trades — enriched spot trades with token metadata
  • ez_spot_asset_snapshots — spot market state snapshots (volume, holders, supply)

Platform (5 tables)

  • fact_trades — every matched trade across all market types (838M+ rows)
  • fact_mid_prices — point-in-time mid-market prices for all assets
  • fact_ledger_events — deposits, withdrawals, internal transfers, vault operations
  • fact_staking_events — HYPE token staking, delegations, withdrawals
  • fact_validator_rewards — per-block validator reward distributions (24 active validators)
  • fact_vault_snapshots — vault state including TVL, APR, lockup, and follower data

Full schema reference on docs.

Flipside’s full Hyperliquid data offering

HyperCore is one half of the picture. Hyperliquid runs two execution environments on one L1, both secured by the same validators via HyperBFT consensus — and Flipside now covers both.

HyperCore (19 tables) is the native trading engine: perpetual futures, spot order book, margin calculations, liquidations, staking. Sub-second finality, up to 200,000 orders per second. Not EVM-based. Most of Hyperliquid’s volume lives here.

HyperEVM (21 tables) is the EVM-compatible smart contract layer for DeFi protocols, lending, bridges, and token contracts: blocks, transactions, decoded events, token transfers, prices, and labels. Read more in our HyperEVM launch post or browse the HyperEVM docs.

With 40 tables across both layers, Flipside has the most complete Hyperliquid data coverage available. Grayscale filed for a HYPE ETF last week, and institutional attention on Hyperliquid is growing. The data is here when the demand arrives.

Start querying

Copy any query from this post and run it on Flipspace. Or pick a different entry point:

  • HyperCore docs — Full schema reference for all 19 HyperCore tables.
  • HyperEVM docs — Full schema reference for all 21 HyperEVM tables.
  • Snowflake Marketplace — Zero ETL. Live tables in your Snowflake account. HyperCore + HyperEVM included.
  • Contact us — Enterprise access and custom datasets.
hypercore hyperliquid blockchain-data perpetual-futures spot-trading