The Cheapest Useful Hyperliquid Smart-Money Intelligence
Hyperliquid wallet intelligence API starting at $10/mo: smart-money consensus, trader rankings, PnL attribution, market positioning, liquidation levels and whale activity.
The Cheapest Useful Hyperliquid Smart-Money Intelligence endpoints
| Method | Endpoint | Description |
|---|---|---|
| Developer API | ||
| GET |
whaleActivity /v1/networks/{network}/whale-activity |
Recent open positions across tracked whale wallets, newest first. |
| GET |
listWallets /v1/networks/{network}/wallets |
Filter the wallet directory for trader discovery. The analytics filters (profitSize, style, minWinRate, and the rest) only match wallets that have profile analytics. Send… |
| GET |
fills /v1/networks/{network}/wallets/{address}/fills |
Fills return recent trade executions with price, size, realized PnL, fee, and transaction hash, newest first. |
| GET |
liquidationLevels /v1/networks/{network}/liquidity-levels |
Liquidity levels aggregate open positions by liquidation-price bucket, counting only positions with a known liquidation_price. Pass fromDate and toDate in YYYY-MM-DD; the window… |
| GET |
positioningFlow /v1/networks/{network}/markets/{asset}/positioning/flow |
Positioning flow adds per-period deltas to the snapshot positioning timeseries. Each point shows how many wallets opened or closed longs and shorts since the previous period, and… |
| GET |
positionHistory /v1/networks/{network}/wallets/{address}/positions/history |
A paginated log of a wallet's position open, update, and close events. Use asset to narrow to one market; use from/to (ISO 8601 or epoch ms) to bound the time window. |
| GET |
openInterest /v1/networks/{network}/markets/{asset}/open-interest |
Open-interest points are sampled from Hyperliquid market context and rolled up by interval. The closeUsd field is the notional open-interest value; mark and funding are carried… |
| GET |
openOrders /v1/networks/{network}/wallets/{address}/open-orders |
Open orders are read live from the exchange, not from cached profile history, so set a conservative timeout and expect the occasional slow response. |
| GET |
getWallet /v1/networks/{network}/wallets/{address} |
Wallet detail returns the directory fields plus free margin, account-level unrealized PnL, ROE, trade count, average margin used ratio, and the list of open positions. Position… |
| GET |
transfers /v1/networks/{network}/wallets/{address}/transfers |
Transfers return account transfer activity with amount, asset, fee, destination, and hash when available from the upstream source. |
| GET |
listNetworks /v1/networks |
List the networks available to the developer API. Only hyperliquid is currently supported. |
| GET |
positioning /v1/networks/{network}/markets/{asset}/positioning |
Positioning points aggregate DexHunt scanned-wallet positioning by asset and interval. Use these values for long-short ratios, notional imbalance, and changes in tracked wallet… |
| GET |
traderRankings /v1/networks/{network}/rankings/traders |
Ranks traders by profile-derived metrics over a bounded candidate pool. Supported metrics are pnl, roi, and volume. The period is echoed in the response and defaults to 7d. |
| GET |
assetRankings /v1/networks/{network}/rankings/assets |
Supported board values are volume, gainers, losers, and popular, built from the market snapshot. The default board is volume. |
| GET |
overview /v1/networks/{network}/overview |
Returns top gainers, liquidation summaries, top traders, and recent whale moves in one call, sized for a home screen. |
| GET |
concentration /v1/networks/{network}/markets/{asset}/concentration |
Wallet concentration breaks down long and short notional for a single market by wallet quality cohort. Each entry includes the cohort's share of its side, so you can see which… |
| GET |
getMarket /v1/networks/{network}/markets/{asset} |
Fetch one market by its asset path parameter. The response shape is the same as a single item from GET /markets. |
| GET |
funding /v1/networks/{network}/wallets/{address}/funding |
Funding entries show per-coin funding payments and the funding rate observed for the position. |
| GET |
getWalletProfile /v1/networks/{network}/wallets/{address}/profile |
Profile analytics are computed separately from current account state, so a wallet can have one without the other. When no profile has been built for a wallet, the endpoint… |
| GET |
pnlAttribution /v1/networks/{network}/wallets/{address}/pnl/attribution |
Realized PnL grouped by asset and side from stored fill events. period accepts a day suffix such as 30d (default) or up to 365d. Items are sorted by absolute realized PnL… |
| GET |
whalePositions /v1/networks/{network}/markets/{asset}/whale-positions |
Inspect the wallets that currently hold an open position in an asset. The optional direction is long or short. Despite the whale-positions path, results are not limited to large… |
| GET |
candles /v1/networks/{network}/markets/{asset}/candles |
Candle points include epoch-millisecond time, ISO openTime, OHLC strings, volume, and trade count. |
| GET |
listMarkets /v1/networks/{network}/markets |
Lists every tracked asset. Use order=asc for ascending order; any other value sorts descending. |
| GET |
portfolio /v1/networks/{network}/wallets/{address}/portfolio |
A single-call snapshot of the wallet's current account state plus all open positions, including unrealized PnL — without separate wallet-detail and position lookups. |
| GET |
smartMoneyConsensus /v1/networks/{network}/smart-money/consensus |
Returns aggregated long/short counts and notional for wallets tagged as smart-money across all assets, ordered by combined notional descending. Use the quality parameter (one or… |
The Cheapest Useful Hyperliquid Smart-Money Intelligence pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $99 / month | — |
|