Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

The hyperliquid.metrics.overview table provides comprehensive daily metrics for the Hyperliquid network, including trading volume, fees, open interest, liquidations, bridge flows, and HIP-3 permissionless perpetual activity. This table is updated daily.

Table Columns

General

Column NameDescription
activity_dateThe date of the activity.
projectThe project of the activity (Hyperliquid).
token_price_usdThe price of the token in USD.
market_cap_usdThe market cap of the project in USD.

Trading Volume

Column NameDescription
total_volume_usdThe daily total volume of the trades in USD, aggregated from hyperliquid.dex.trades.
total_trade_countThe daily total number of trades, aggregated from hyperliquid.dex.trades.
median_volume_usdThe daily median volume of the trades in USD, aggregated from hyperliquid.dex.trades.
avg_volume_usdThe daily average volume of the trades in USD, aggregated from hyperliquid.dex.trades.
perpetual_volume_usdThe daily volume of the perpetual trades in USD, aggregated from hyperliquid.dex.trades where market_type = ‘perpetual’.
perpetual_trade_countThe daily number of perpetual trades, aggregated from hyperliquid.dex.trades where market_type = ‘perpetual’.
spot_volume_usdThe daily volume of the spot trades in USD, aggregated from hyperliquid.dex.trades where market_type = ‘spot’.
spot_trade_countThe daily number of spot trades, aggregated from hyperliquid.dex.trades where market_type = ‘spot’.

Trading Fees

Column NameDescription
total_trading_fees_usdThe daily total trading fees in USD, aggregated from hyperliquid.dex.trades. Includes both buyer and seller from perpetual and spot trades.
perpetual_trading_fees_usdThe daily total trading fees in USD, aggregated from hyperliquid.dex.trades where market_type = ‘perpetual’. Includes both buyer and seller fees.
spot_trading_fees_usdThe daily total trading fees in USD, aggregated from hyperliquid.dex.trades where market_type = ‘spot’. Includes both buyer and seller fees.
total_builder_fees_usdThe daily total builder fees in USD, aggregated from hyperliquid.dex.trades.

Users & Markets

Column NameDescription
active_buyersThe daily number of unique buyers, aggregated from hyperliquid.dex.trades.
active_sellersThe daily number of unique sellers, aggregated from hyperliquid.dex.trades.
unique_perp_markets_tradedThe daily number of unique perpetual markets traded.
unique_spot_markets_tradedThe daily number of unique spot markets traded.

HIP-3 Permissionless Perpetuals

Column NameDescription
hip3_volume_usdThe daily volume of HIP-3 permissionless perpetual trades in USD.
hip3_trade_countThe daily number of HIP-3 permissionless perpetual trades.
hip3_active_dexesThe daily number of unique HIP-3 DEXes with trading activity.
hip3_active_deployersThe daily number of unique HIP-3 deployers with trading activity.
hip3_active_usersThe daily number of unique users trading on HIP-3 markets.
hip3_trading_fees_usdThe daily total trading fees in USD from HIP-3 permissionless perpetual trades.
hip3_deployer_fees_usdThe daily total deployer fees in USD from HIP-3 permissionless perpetual trades. Subset of hip3_trading_fees_usd representing the portion that goes to HIP-3 deployers.

Leverage Breakdown

Column NameDescription
high_leverage_volume_usdThe daily volume of trades on markets with 20x+ max leverage.
medium_leverage_volume_usdThe daily volume of trades on markets with 10-19x max leverage.
low_leverage_volume_usdThe daily volume of trades on markets with less than 10x max leverage.

Liquidations

Column NameDescription
liquidations_countThe daily total number of liquidations, aggregated from hyperliquid.raw.fills.
liquidated_users_countThe daily total number of unique users who were liquidated, aggregated from hyperliquid.raw.fills.
liquidations_volume_usdThe daily total volume of liquidations in USD, aggregated from hyperliquid.raw.fills.

Open Interest

Column NameDescription
total_open_interest_usdThe daily total open interest in USD, aggregated from hyperliquid.raw.perpetual.
btc_open_interest_usdThe daily total open interest in USD for BTC, aggregated from hyperliquid.raw.perpetual.
eth_open_interest_usdThe daily total open interest in USD for ETH, aggregated from hyperliquid.raw.perpetual.
sol_open_interest_usdThe daily total open interest in USD for SOL, aggregated from hyperliquid.raw.perpetual.

Bridge Activity

Column NameDescription
bridge_tvl_usdThe daily total value locked in USD from Arbitrum-Hyperliquid bridge.
bridge_netflow_usdThe daily total netflow in USD from Arbitrum-Hyperliquid bridge.
bridge_inflow_usdThe daily total inflow in USD from Arbitrum-Hyperliquid bridge.
bridge_inflow_usersThe daily total number of unique users who deposited from Arbitrum-Hyperliquid bridge.
bridge_inflow_tx_countThe daily total number of transactions from Arbitrum-Hyperliquid bridge.
bridge_outflow_usdThe daily total outflow in USD from Arbitrum-Hyperliquid bridge.
bridge_outflow_usersThe daily total number of unique users who withdrew from Arbitrum-Hyperliquid bridge.
bridge_outflow_tx_countThe daily total number of transactions from Arbitrum-Hyperliquid bridge.
bridge_total_transactionsThe daily total number of transactions from Arbitrum-Hyperliquid bridge. Includes both inflow and outflow.

Transactions

Column NameDescription
total_transactionsThe daily total number of transactions, aggregated from hyperliquid.raw.transactions.
active_usersThe daily total number of unique users who made transactions, aggregated from hyperliquid.raw.transactions.
failed_transactionsThe daily total number of failed transactions, aggregated from hyperliquid.raw.transactions.
success_transactionsThe daily total number of successful transactions, aggregated from hyperliquid.raw.transactions.