Skip to content

wtfsayo/hyperdash-info

v0.2.0

Read-only Hyperdash terminal intel via public GraphQL — asset movers, trader explore/stats, liquidations/levels, deltas, spot holders, dashboard widgets, RFQ markets. No order mutations.

hyperdash-info

Cursor / Agent Plugin for Hyperdash public market intel (Hyperliquid terminal).

  • REST: GET https://api.hyperdash.com/health
  • GraphQL: POST https://api.hyperdash.com/graphql (introspection disabled; operations reverse-mapped from the web app)

Read-only. No order / strategy / wallet mutations.

Site: https://hyperdash.com · Docs: https://docs.hyperdash.com (product docs; published OpenAPI there is currently a Mintlify placeholder)

Domain types

TypeMeaning
HealthStatus{ status, timestamp? }
AssetPriceChangecoin, price, pct24h/7d/30d, dayVolume, openInterest
TraderSummaryaddress, pnl, winrate, equity, sharpe, copyScore, …
TickerPositionsize / notional / unrealizedPnl on a coin
Liquidationrecent liq print
LiquidationTotalper-market liq aggregates over a window
LiquidationLevelsheatmap bands + top long/short clusters
DeltaRow / PerpDeltasaddress, current, delta over a timeframe
CompletedTradecoin, direction, entry/exit, gross/net PnL
TraderAssetStatsper-coin PnL/fees/volume
SpotTickerPositionspot holder balance + label
MarketParticipationlong/short trader counts + notional by cohort
OrderbookRestingaddress + resting order in a price band
NewsItemheadline + source (+ optional enrichment)
TwapOrderactive TWAP clip
FundingHistoryraw analytics.historicalFundingRates payload
WidgetRequest{ id, type, params } nested per-widget camelCase key

Install

Copy to ~/.cursor/plugins/local/hyperdash-info, Reload Window.

MCP tools (28)

Core (0.1)

ToolNotes
get_healthREST / or /health
list_asset_price_changesall tracked perps incl. xyz:* HIP-3
explore_traderstimeframe: one_day | seven_days | thirty_days | all
get_traderby address
get_asset_top_traderstop unrealized PnL on a coin
get_recent_liquidationslive liq tape
get_newslatest headlines
get_current_twapsoptional market filter
get_historical_funding_ratestokens[], optional timeframe

Liquidations & OI (0.2)

ToolNotes
list_liquidation_totalsper-market aggregates (windowHours, limit)
get_liquidation_levelsV2 heatmap bands (coin; optional price/time)
get_current_top_liquidationstop long/short clusters in band
get_historical_open_interestOI series (tokens[], e.g. 7d)
get_perps_market_participationglobal + size/pnl cohorts

Deltas & orderbook

ToolNotes
get_perp_deltasmarket + timeframe (15m/1h/… or GraphQL enum)
get_spot_deltastoken + timeframe
get_orderbook_snapshot_filteredprefer ETH / narrow bands (wide BTC may 500)
list_perp_rfq_marketsRFQ-enabled symbols
list_spot_ticker_positionstop spot holders

Trader deep-dive

ToolNotes
get_trader_best_tradesbest completed trades
get_trader_stats_per_assetper-coin stats
get_trader_detailed_statsduration / streak / PnL summary
list_trader_completed_tradespaginated trades
get_tradersbatch by addresses[]
list_system_group_traderstagged | copytraders | equities | btc | hype | cl
get_groupgroup metadata + wallets
get_trader_perp_positions_atsnapshot at epoch ms

Widgets

ToolNotes
get_widgettype enum + optional params; empty params auto-nest camelCase key

Widget types: OI_SURGES, IMMINENT_LIQUIDATIONS, FUNDING_RATES, SMART_MONEY_FLIPS, CVD, TOP_UPNL_CHANGES, LARGEST_OPENED_TRADES, NET_TWAP_PRESSURE, ASSET_RETURNS, TOP_PERP_UNREALIZED_PNL, TOP_PERP_POSITIONS, FRESH_WALLET_POSITIONS, WHALE_DEPOSITS, TOP_TWAPS, LIQUIDATION_FEED, OPEN_INTEREST, USER_GROWTH, AF_BUYBACKS, PERP_PRICE_CHANGES, NET_POSITIONING.

SMART_MONEY_FLIPS needs { coin }; CVD needs { market }.

License

MIT