Skip to main content
The hip4_hyperliquid.market_details table is the Hyperliquid HIP-4 market reference table. Grain: one row per market_id. Every market is a binary Yes/No pair. Use this table to look up what a market asks, which event it belongs to, when it expires, and how it settled. Join hip4_hyperliquid.market_trades on market_id for its fills, or on outcome_id = yes_outcome_id / no_outcome_id for one side. Hyperliquid publishes most market descriptions as pipe-delimited key:value template parameters rather than prose. title and event_title are readable statements built from those parameters. The raw values are kept in template, description and template_fields.
Markets listed before the venue published a market registry have no name or description (template is null, so title is null too). They are real markets, not an ingestion gap.

Table Schema

Table sample

Example query