Follow Today’s Top-Earning Traders and Copy Their Moves

Someone on Hyperliquid made your yearly salary today. This shows you what the top 100 are positioned in, whether they're all doing the same thing, and whether you can still get in. A playbook you can act on.

Copy and paste the following prompt into your AI of choice:

I want to analyze what today's top-performing traders on Hyperliquid are doing differently from everyone else.

API details:

  • Base URL: https://ht-api.coinmarketman.com/api/

  • Auth: Bearer token

Pull from these endpoints:

  • GET /leaderboards/perp-pnl?rankBy=pnlDay&limit=100&page=1 (rankBy options: pnlAllTime, pnlMonth, pnlWeek, pnlDay. limit: 25, 50, or 100)

  • GET /segments/bias — current cohort positioning

  • GET /position-metrics/general?start={ISO}&end={ISO} — market-wide metrics

Pull the top 100 daily PnL traders. Then:

  1. From the leaderboard data, calculate: what % of top 100 are net profitable today? What's the median daily PnL?

  2. Compare top 100 weekly PnL vs monthly PnL — are today's winners also winning longer-term, or are they getting lucky?

  3. Pull current cohort bias — are the smart cohorts (Smart Money, Money Printers) aligned with or against the general market positioning?

  4. Pull general market metrics — what's the overall long/short ratio and total OI?

  5. Summarize: "The top 100 daily winners have a median PnL of $X. Smart Money is {long/short} while the market is {X}% long. The top performers are {aligned/divergent} with smart money positioning."

Let me toggle between daily, weekly, monthly, and all-time rankings. Show me a clear summary with the key insight at the top. I don't want to interpret tables, just tell me the takeaway. Auto- refresh every 5 min.

What you will see

A breakdown of what today's top 100 traders have in common. What direction they're leaning, how long they've been winning, and whether smart money agrees with them.

Why it helps you as a user

If every top performer today is short ETH and you're about to go long, you probably want to know that. If they're all riding the same trade and it's still open, you can follow it.

Last updated