hyperliquid.assets.spot_balances_daily view contains daily Hyperliquid spot balances per (user, coin, token). Days where the balance is known to be zero are flagged via is_tombstone = true.
HIP-4 prediction-market positions are excluded — those are denominated in USDH and live in Hyperliquid Predictions.To filter to currently-positive balances use
WHERE NOT is_tombstone. Use last_activity_timestamp rather than time_slice for freshness.