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.question_metadata table contains snapshots of Hyperliquid HIP-4 questions. A question groups two or more named outcomes plus a fallback outcome (“Other”). Recurring price-binary outcomes are not grouped under a question.
Table Columns
| Column Name | Description |
|---|---|
| timestamp | UTC timestamp of the snapshot. |
| question | The question ID (numeric). Groups outcomes via named_outcomes and fallback_outcome. |
| name | Question display name. |
| description | Question description. |
| fallback_outcome | The outcome ID representing the fallback / “Other” choice for this question. |
| named_outcomes | VARIANT array of outcome IDs that are explicitly named under this question. |
| settled_named_outcomes | VARIANT array of outcome IDs that have settled. Empty until the question resolves. |
| _created_at | Row creation timestamp. |
| _updated_at | Row last update timestamp. |