Skip to main content
HyperCore runs two kinds of market and the Perpetuals band documents both. A perpetual market is a contract that tracks a price and never expires, such as 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. A perpetual market credits two apps. 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

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.