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.ncs_eod table contains end-of-day Non-Circulating Supply (NCS) balances for Hyperliquid stablecoins. One row per (block_date, address, token_address, coin) for known NCS holders such as premint and issuer addresses.
Table Columns
| Column Name | Description |
|---|---|
| block_date | Calendar date of the snapshot. |
| address | NCS holder wallet address. |
| token_address | Hyperliquid numeric token index. |
| coin | Hyperliquid coin symbol for this balance row. |
| raw_balance | NCS balance (same as balance for Hyperliquid). |
| balance | NCS balance in human-readable decimal units. |
| ncs_address_type | NCS category (e.g. ‘premint’). |
| ncs_address_label | Human-readable label for the NCS address. |
| ncs_supply_layer | Supply layer (‘issuer_basis’ or ‘all_layers’). |
| block_timestamp | Timestamp of the underlying EOD snapshot. |
| _created_at | Row creation timestamp. |
| _updated_at | Row last update timestamp. |