BTC Perpetual. An order-book market is a cash market where the token itself changes hands through a book of resting orders, such as the HYPE/USDC spot book or an outcome market. Each kind has its own registry, its own daily tables and its own trade table.
dimensions.perp_marketsanddimensions.order_book_markets: one row per market.metrics_perp_marketsandmetrics_order_book_markets: one table per measure, one row per market per day.metrics_perp_market_tokensandmetrics_order_book_market_tokenssplit a market by the token it settles or quotes in.facts_perp_markets.trades,facts_perp_markets.liquidationsandfacts_order_book_markets.trades: one row per fill.
exchange_app_id is the venue whose matching engine settled the trade, and interface_app_id is the builder the market is listed under. The two hold the same value on a venue’s own markets and differ on a builder-deployed HIP-3 market, where hyperliquid-perps is the engine. An order-book market runs under a single app and has one app_id where a perpetual market has the pair.
The money tables on both kinds have chain_id, project_id and app_id, so a HyperCore filter reads straight off them. The perpetual position and trader tables, such as open_interest_daily and funding_rate_daily, key on perp_market_id alone, so filter those through dimensions.perp_markets.
Every column is documented at Perpetuals.
Sample queries
- Top perpetual markets
- Open interest and funding
- Top order books
- HIP-3 markets
Rank HyperCore perpetual markets by the notional settled on one day. The exchange lens credits the matching engine, so it totals the venue’s own markets and the HIP-3 markets it settles for builders in one figure.