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 Name | Description |
|---|
| activity_date | The date of the activity. |
| project | The project of the activity (Hyperliquid). |
| token_price_usd | The price of the token in USD. |
| market_cap_usd | The market cap of the project in USD. |
Trading Volume
| Column Name | Description |
|---|
| total_volume_usd | The daily total volume of the trades in USD, aggregated from hyperliquid.dex.trades. |
| total_trade_count | The daily total number of trades, aggregated from hyperliquid.dex.trades. |
| median_volume_usd | The daily median volume of the trades in USD, aggregated from hyperliquid.dex.trades. |
| avg_volume_usd | The daily average volume of the trades in USD, aggregated from hyperliquid.dex.trades. |
| perpetual_volume_usd | The daily volume of the perpetual trades in USD, aggregated from hyperliquid.dex.trades where market_type = ‘perpetual’. |
| perpetual_trade_count | The daily number of perpetual trades, aggregated from hyperliquid.dex.trades where market_type = ‘perpetual’. |
| spot_volume_usd | The daily volume of the spot trades in USD, aggregated from hyperliquid.dex.trades where market_type = ‘spot’. |
| spot_trade_count | The daily number of spot trades, aggregated from hyperliquid.dex.trades where market_type = ‘spot’. |
Trading Fees
| Column Name | Description |
|---|
| total_trading_fees_usd | The daily total trading fees in USD, aggregated from hyperliquid.dex.trades. Includes both buyer and seller from perpetual and spot trades. |
| perpetual_trading_fees_usd | The daily total trading fees in USD, aggregated from hyperliquid.dex.trades where market_type = ‘perpetual’. Includes both buyer and seller fees. |
| spot_trading_fees_usd | The daily total trading fees in USD, aggregated from hyperliquid.dex.trades where market_type = ‘spot’. Includes both buyer and seller fees. |
| total_builder_fees_usd | The daily total builder fees in USD, aggregated from hyperliquid.dex.trades. |
Users & Markets
| Column Name | Description |
|---|
| active_buyers | The daily number of unique buyers, aggregated from hyperliquid.dex.trades. |
| active_sellers | The daily number of unique sellers, aggregated from hyperliquid.dex.trades. |
| unique_perp_markets_traded | The daily number of unique perpetual markets traded. |
| unique_spot_markets_traded | The daily number of unique spot markets traded. |
HIP-3 Permissionless Perpetuals
| Column Name | Description |
|---|
| hip3_volume_usd | The daily volume of HIP-3 permissionless perpetual trades in USD. |
| hip3_trade_count | The daily number of HIP-3 permissionless perpetual trades. |
| hip3_active_dexes | The daily number of unique HIP-3 DEXes with trading activity. |
| hip3_active_deployers | The daily number of unique HIP-3 deployers with trading activity. |
| hip3_active_users | The daily number of unique users trading on HIP-3 markets. |
| hip3_trading_fees_usd | The daily total trading fees in USD from HIP-3 permissionless perpetual trades. |
| hip3_deployer_fees_usd | The 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 Name | Description |
|---|
| high_leverage_volume_usd | The daily volume of trades on markets with 20x+ max leverage. |
| medium_leverage_volume_usd | The daily volume of trades on markets with 10-19x max leverage. |
| low_leverage_volume_usd | The daily volume of trades on markets with less than 10x max leverage. |
Liquidations
| Column Name | Description |
|---|
| liquidations_count | The daily total number of liquidations, aggregated from hyperliquid.raw.fills. |
| liquidated_users_count | The daily total number of unique users who were liquidated, aggregated from hyperliquid.raw.fills. |
| liquidations_volume_usd | The daily total volume of liquidations in USD, aggregated from hyperliquid.raw.fills. |
Open Interest
| Column Name | Description |
|---|
| total_open_interest_usd | The daily total open interest in USD, aggregated from hyperliquid.raw.perpetual. |
| btc_open_interest_usd | The daily total open interest in USD for BTC, aggregated from hyperliquid.raw.perpetual. |
| eth_open_interest_usd | The daily total open interest in USD for ETH, aggregated from hyperliquid.raw.perpetual. |
| sol_open_interest_usd | The daily total open interest in USD for SOL, aggregated from hyperliquid.raw.perpetual. |
Bridge Activity
| Column Name | Description |
|---|
| bridge_tvl_usd | The daily total value locked in USD from Arbitrum-Hyperliquid bridge. |
| bridge_netflow_usd | The daily total netflow in USD from Arbitrum-Hyperliquid bridge. |
| bridge_inflow_usd | The daily total inflow in USD from Arbitrum-Hyperliquid bridge. |
| bridge_inflow_users | The daily total number of unique users who deposited from Arbitrum-Hyperliquid bridge. |
| bridge_inflow_tx_count | The daily total number of transactions from Arbitrum-Hyperliquid bridge. |
| bridge_outflow_usd | The daily total outflow in USD from Arbitrum-Hyperliquid bridge. |
| bridge_outflow_users | The daily total number of unique users who withdrew from Arbitrum-Hyperliquid bridge. |
| bridge_outflow_tx_count | The daily total number of transactions from Arbitrum-Hyperliquid bridge. |
| bridge_total_transactions | The daily total number of transactions from Arbitrum-Hyperliquid bridge. Includes both inflow and outflow. |
Transactions
| Column Name | Description |
|---|
| total_transactions | The daily total number of transactions, aggregated from hyperliquid.raw.transactions. |
| active_users | The daily total number of unique users who made transactions, aggregated from hyperliquid.raw.transactions. |
| failed_transactions | The daily total number of failed transactions, aggregated from hyperliquid.raw.transactions. |
| success_transactions | The daily total number of successful transactions, aggregated from hyperliquid.raw.transactions. |