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.token_prices_hourly table contains an hourly price for every Hyperliquid HIP-4 side-token. One row per (block_hour, coin). Settled outcomes are excluded from the settlement hour onward.
Table Columns
| Column Name | Description |
|---|---|
| project | Always ‘hyperliquid’. |
| protocol | Always ‘hyperliquid_hip4’. |
| chain | Always ‘hyperliquid’. |
| block_hour | Hour bucket (UTC). |
| 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’). |
| last_price | Last observed price for the coin as a 0..1 probability. Resolves to 0 or 1 post-settlement. |
| vwap_price | Volume-weighted price across the hour. |
| trade_count | Number of trades in the hour. |
| unique_id | Deterministic unique identifier per row. |
| _created_at | Row creation timestamp. |
| _updated_at | Row last update timestamp. |