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.predictions.questions table contains every Hyperliquid HIP-4 question at the question grain. A question groups two or more named outcomes plus a fallback “Other” outcome. Recurring price-binary outcomes do not appear here.
Table Columns
| Column Name | Description |
|---|---|
| project | Always ‘hyperliquid’. |
| protocol | Always ‘hyperliquid_hip4’. |
| chain | Always ‘hyperliquid’. |
| question_id | HIP-4 question ID. Primary key. |
| question_name | Question name from the HL API. |
| question_description | Question description from the HL API. |
| fallback_outcome | The outcome ID representing the fallback / “Other” choice. |
| named_outcomes | VARIANT array of outcome IDs grouped under this question. |
| settled_named_outcomes | VARIANT array of outcome IDs that have settled (winning side). |
| named_outcomes_count | Count of outcomes in named_outcomes. |
| is_settled | True once the question has resolved. |
| settled_at | Settlement timestamp (UTC). NULL while unsettled. |
| unique_id | Deterministic unique identifier per row. |
| _created_at | Row creation timestamp. |
| _updated_at | Row last update timestamp. |