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.trades_enriched table contains every Hyperliquid HIP-4 prediction-market trade with outcome, question, and market-resolution context attached on each row. Useful when you want one row per trade with everything needed to filter or label.
Every column from
hyperliquid.predictions.trades is available on this table. The columns documented below are the additions beyond the base trades view.Additional Columns
| Column Name | Description |
|---|---|
| coin | HL-native side-token identifier (e.g. ‘#54760’). |
| outcome_id | HIP-4 outcome ID. |
| token_side | 0 or 1. |
| side_label | Display label for this row’s token_side (e.g. ‘Yes’, ‘No’). |
| market_title | Human-readable market title. Always non-null. |
| question_id | Parent question ID. NULL for Recurring / orphan outcomes. |
| question_name | Question name from the HL API. |
| is_winner | True for the winning side of a settled outcome. NULL while unsettled. |
| is_settled | True once the outcome has been resolved. |
| market_status | One of ‘active’, ‘closed’, ‘settled’. |
| timestamp | UTC timestamp of the fill. |
| unique_id | Deterministic unique identifier per row. |