Hyperliquid whale position book with notes in Notion
Browse every Hyperliquid whale position over $1 million, follow the wallets you care about, and send your notes plus the position snapshot straight to Notion.
Build me an app that works as a browsable book of Hyperliquid whale positions, so I can go look at the market myself instead of waiting to be pinged. Right now whale watching is either a firehose of alerts or a wallet address I have to remember to check, and my notes always end up somewhere other than the data. This app should keep the live positions and my research on the same screen.
The main view is a filterable table of every open whale position with a notional value over $1 million, loaded from the CoinGlass Get Hyperliquid Whale Positions operation. Columns: wallet address (shortened, with a copy control), coin, side (long or short), notional value in USD, leverage, entry price, liquidation price and unrealized PnL. Give me filters for coin, side, minimum notional and minimum leverage, and let me sort the book by notional or by distance to liquidation, since those are the two reasons I would ever open it.
Distance to liquidation should be computed against the current price, which comes from Get Futures Coins Markets. Fetch that once per refresh and use it both for the distance calculation and so the unrealized PnL column reads correctly against live prices. Highlight any position sitting inside a configurable percentage band of its liquidation price, defaulting to 5%, with a settings control on the page so I can change the band. Highlighted rows should be obvious at a glance, and I want to be able to filter down to only those positions.
Clicking a coin opens a coin view built on Get Hyperliquid Positions by Coin, showing every tracked wallet in that market side by side with the same columns. At the top of that view, put aggregate long notional versus short notional with the ratio and the net skew, so I can read the positioning in one glance before I start looking at individual wallets.
A recent activity panel, driven by Get Hyperliquid Whale Alert, shows what opened and closed lately: wallet, coin, side, size and what kind of change it was. Keep it visible alongside the book, newest first, so the table tells me where things stand and the panel tells me what just moved.
I can follow any wallet, which pins it to a Followed tab. Follows are saved per user, so my list is mine and not shared with everyone else who opens the app. I can also attach a short note to any wallet or to a specific position. Notes persist per user and show as an indicator on the row, so I can see at a glance which names I have already formed a view on.
Every note gets a Save to research button. That sends the note text plus a snapshot of the position (wallet, coin, side, notional, leverage, entry price, liquidation price, unrealized PnL, current price and the timestamp) into my Notion research database using the Notion Create a Page operation, so my thesis lives with the evidence. Let me set the target Notion database once in settings and reuse it, confirm the save inline, and link out to the page that was created.
Two things to get right on the data side. The whale endpoints already return notional in USD, so do not multiply it by price again. And CoinGlass wraps every response in a { code, msg, data } envelope where code "0" means success, so handlers must unwrap the envelope before rendering and surface a readable error message when the code is anything else. Load data when I open the app and give me a manual refresh button rather than polling constantly, since CoinGlass rate limits by plan tier.
What does this prompt do?
- A sortable, filterable table of open whale positions worth over $1 million, showing wallet, coin, side, position size, leverage, entry price, liquidation price and unrealized profit or loss.
- A per coin view that lines up every tracked wallet in one market, with total long versus short size at the top, plus a live panel of what whales opened and closed recently.
- Follow the wallets you care about and they pin to your own Followed tab, saved to your login rather than shared with everyone.
- Attach a short note to any wallet or position and save it to your Notion research database with the position details attached, so your thesis and the evidence sit together.
- Automatic highlighting for positions drifting close to their liquidation price, with a danger band you set yourself.
What do I need to use this?
- A CoinGlass account on a paid plan, which is what unlocks the whale position data
- A Notion workspace with a research database, shared with your Notion connection
- No exchange account or trading keys, since this only reads public position data and never places orders
How can I customize it?
- Change the minimum position size and minimum leverage the book opens with, so you only see the positions that matter to you
- Set how close to the liquidation price counts as danger, for example a 5% or 10% band, and highlight rows accordingly
- Point Save to research at any Notion database and decide which details the snapshot fills in
FAQs
Does this place trades or need my exchange login?
How is this different from whale alerts?
Do I need a paid CoinGlass plan?
Can my teammates see my followed wallets and notes?
How fresh is the position data?
Related templates
See how your brand's news coverage and sentiment stack up against four competitors, then let an assistant write the weekly report for you.
Drag creators through Sourced to Wrapped on a board grouped by campaign, with audience stats on every card and a one-click brief for each creator.
Open one screen to find every unavailable, stale, or low-battery device in your smart home, see which hub is really at fault, and clear out the dead entries in bulk.
See every open model your teams run in production, who approved it, and whether a quiet license change means it needs another look.
Stop checking a dozen agency sites by hand. Open one board of live solicitations, each scored against what your team can actually bid on.
Describe a market in plain English, get a live landscape of matching companies, expand it from any name you like, and keep every map in Notion.
Keep whale positions and your thesis on the same screen.
Stop switching between a firehose of alerts and a notes doc that never has the numbers in it.