Skip to main content

Hyperliquid Smart Money Tracker

This case study shows how to build a simple Hyperliquid Smart Money tracker with Next.js, Tailwind CSS, and the Nansen API.

What the MVP does

  • Shows top profitable Smart Money wallets over the last 24 hours
  • Filters for labels such as Fund, Smart Trader, and Smart LP
  • Displays PnL, ROI, and account value
  • Uses a server-side API route to avoid CORS and key leakage

Build outline

  1. Create a Next.js API route
  2. Inject NANSEN_API_KEY through environment variables
  3. Fetch Nansen data on the server
  4. Render the result in a simple table

Reference