TheDocumentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
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 Name | Description |
|---|---|
| index | Unique market index identifier. |
| market_name | Name of the perpetual market. |
| base_symbol | The base token symbol (e.g., BTC, ETH). |
| quote_symbol | The quote/collateral token symbol (e.g., USDC). |
| dex_name | The HIP-3 DEX name if this is a permissionless perpetual. Empty for native perps. |
| dex_full_name | The full name of the HIP-3 DEX. |
| dex_deployer | The address of the HIP-3 DEX deployer. |
| dex_fee_recipient | The address that receives trading fees for HIP-3 DEX trades. |
| is_hip3 | Whether this is a HIP-3 permissionless perpetual market (true) or native (false). |
| max_leverage | Maximum leverage allowed for the market. |
| sz_decimals | Number of decimals for size/quantity. |
| margin_mode | Margin mode for the market. |
| only_isolated | Whether the market only supports isolated margin. |
| is_delisted | Whether the market has been delisted. |
| margin_table_id | Margin table identifier. |
| collateral_token_index | Index of the collateral token in the tokens table. |
| api_category | HIP-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. |
| category | Asset 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. |
| description | Long-form description of the underlying asset for HIP-3 perpetual markets, supplied by the deployer. NULL for native main-dex perpetuals. |
| keywords | Search keywords for HIP-3 perpetual markets, supplied by the deployer. Stored as an array. NULL for native main-dex perpetuals. |
| display_name | Human-readable display name for HIP-3 perpetual markets, supplied by the deployer. NULL for native main-dex perpetuals. |
| _created_at | Timestamp when the record was first created. |
| _updated_at | Timestamp when the record was last updated. |