Skip to main content
The hyperliquid.raw.perpetual_markets table contains perpetual markets metadata including HIP-3 permissionless perpetual DEXes. Spot tokens are in hyperliquid.raw.tokens.

Table Columns

Column NameDescription
indexUnique market index identifier.
market_nameName of the perpetual market.
base_symbolThe base token symbol (e.g., BTC, ETH).
quote_symbolThe quote/collateral token symbol (e.g., USDC).
dex_nameThe HIP-3 DEX name if this is a permissionless perpetual. Empty for native perps.
dex_full_nameThe full name of the HIP-3 DEX.
dex_deployerThe address of the HIP-3 DEX deployer.
dex_fee_recipientThe address that receives trading fees for HIP-3 DEX trades.
is_hip3Whether this is a HIP-3 permissionless perpetual market (true) or native (false).
max_leverageMaximum leverage allowed for the market.
sz_decimalsNumber of decimals for size/quantity.
margin_modeMargin mode for the market.
only_isolatedWhether the market only supports isolated margin.
is_delistedWhether the market has been delisted.
margin_table_idMargin table identifier.
collateral_token_indexIndex of the collateral token in the tokens table.
_created_atTimestamp when the record was first created.
_updated_atTimestamp when the record was last updated.