degenliquid
  • Getting Started
    • Overview
    • Philosophy
  • Architecture
    • Trade Collection
    • Database Schema
    • Ranking & Filtering Logic
    • Realtime Trade Streaming
    • Strategy Pools (Coming Soon)
  • V1 Scope
    • What's inside
  • Tech Stack
  • Security & Ethics
  • Vision
Powered by GitBook
On this page
  1. Architecture

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.

PreviousPhilosophyNextDatabase Schema

Last updated 29 days ago