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.stablecoins.spot_balances_eod table contains end-of-day spot balances for Hyperliquid stablecoin holders. One row per (block_date, user, coin, token).
This table covers stablecoin balances. Hyperliquid leverage tokens (coin identifiers matching
+N such as +10, +20) are not in scope here.Table Columns
| Column Name | Description |
|---|---|
| block_date | Calendar date. |
| user | User wallet address. |
| coin | Hyperliquid coin symbol (e.g. ‘USDC’). |
| token | Hyperliquid numeric token index (e.g. 0 for USDC). |
| decimals | Always 0 — Hyperliquid spot balances are already decimal-normalised. |
| total_str | Total balance as VARCHAR. |
| total | Total balance as FLOAT. Already in human-readable units. |
| hold_balance_str | Held (locked) balance as VARCHAR. |
| hold | Held (locked) balance as FLOAT. |
| entry_ntl_str | Entry notional value as VARCHAR. |
| entry_ntl | Entry notional value as FLOAT. |
| timestamp | End-of-day timestamp. |
| _created_at | Row creation timestamp. |
| _updated_at | Row last update timestamp. |