Skip to main content
The hyperliquid.metrics.overview_by_coin table provides daily Hyperliquid trading metrics broken out per coin and market type. Each row is one (activity_date, coin, market_type) combination, covering native perpetuals, spot, and HIP-3 permissionless perpetual markets. It is the per-coin cut of hyperliquid.metrics.overview. This table is updated daily.

Table Columns

General

Column NameDescription
activity_dateThe date of the activity.
coinThe coin / market symbol (e.g. BTC, ETH, HYPE).
market_typeThe market type for this row: perpetuals or spot.
is_hip3Whether this is a HIP-3 permissionless perpetual market.
perp_dexThe HIP-3 builder DEX name for this market. NULL for native main-dex perpetuals and spot.

Trading Volume

Column NameDescription
volume_usdDaily trading volume in USD for this coin and market type.
trade_countDaily number of trades for this coin and market type.

Users

Column NameDescription
active_buyersDaily number of unique buyers for this coin and market type.
active_sellersDaily number of unique sellers for this coin and market type.

Open Interest

Column NameDescription
open_interest_usdDaily average open interest in USD for this coin. Populated for perpetuals rows only; NULL for spot.
avg_oracle_priceDaily average oracle price of this coin. Populated for perpetuals rows only; NULL for spot.

Lineage

Column NameDescription
_created_atRow creation timestamp.
_updated_atRow last update timestamp.
_changed_since_full_refreshChange-tracking flag for row updates.