Trade Collection
Hyperliquid provides real-time websockets broadcasting all trades across both spot and perpetual markets.
DegenLiquid connects directly to this websocket and parses every trade tick:
symbol
(e.g., HYPE/USDC)wallet_address
side
(buy/sell)price
,size
,timestamp
This feed is continuously ingested and stored in a PostgreSQL database for structured querying and historical tracking.
Last updated