hyperliquid.stablecoins.supply_non_circulating_eod table contains end-of-day non-circulating supply (NCS) balances for Hyperliquid stablecoins. One row per (block_date, address, token_address, coin) for addresses that count as non-circulating (e.g. premint reserves and issuer addresses), sourced from marts_hyperliquid_stablecoins__spot_balances_eod.
Table Columns
Identifiers
| Column Name | Description |
|---|---|
| chain | Always ‘hyperliquid’. |
| address | NCS holder wallet address. |
| token_address | Hyperliquid numeric token index. |
| token_name | Full stablecoin name. |
| token_symbol | Stablecoin symbol. |
| token_decimals | Token decimal places. |
| product_id | Stablecoin product identifier (e.g. ‘usdc_hyperliquid’). |
| coin | Hyperliquid coin symbol. |
NCS Classification
| Column Name | Description |
|---|---|
| ncs_address_type | NCS category (e.g. ‘premint’, ‘issuer’). |
| ncs_address_label | Human-readable label for the NCS address. |
| ncs_supply_layer | Supply layer (‘issuer_basis’ or ‘all_layers’). |
Balances
| Column Name | Description |
|---|---|
| balance | NCS balance in decimal units. |
| balance_str | NCS balance as VARCHAR (full precision). |
| raw_balance | NCS raw balance (equals balance for Hyperliquid). |
| raw_balance_str | NCS raw balance as VARCHAR. |
| hold_balance | Held balance in decimal units. |
| hold_balance_str | Held balance as VARCHAR. |
| entry_ntl | Entry notional value. |
| entry_ntl_str | Entry notional value as VARCHAR. |
Block & Lineage
| Column Name | Description |
|---|---|
| block_date | Calendar date of the snapshot. |
| block_timestamp | Timestamp of the underlying EOD snapshot. |
| block_number | Block number of the snapshot. |
| block_hash | Block hash of the snapshot. |
| _created_at | Row creation timestamp. |
| _updated_at | Row last update timestamp. |