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.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.
api_categoryHIP-3 deployer-supplied category for the market (lowercased). NULL when the deployer has not supplied a category — includes native main-dex perps and HIP-3 venues that have not yet annotated their markets.
categoryAsset class for the perpetual market. Possible values: crypto, fx, bonds, commodities, preipo, indices, stocks, others. Always populated for HIP-3 and native main-dex markets; new values may appear as deployers introduce new markets.
descriptionLong-form description of the underlying asset for HIP-3 perpetual markets, supplied by the deployer. NULL for native main-dex perpetuals.
keywordsSearch keywords for HIP-3 perpetual markets, supplied by the deployer. Stored as an array. NULL for native main-dex perpetuals.
display_nameHuman-readable display name for HIP-3 perpetual markets, supplied by the deployer. NULL for native main-dex perpetuals.
_created_atTimestamp when the record was first created.
_updated_atTimestamp when the record was last updated.