Surfaces the largest open exposures in HIP-4. Two modes:Documentation Index
Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt
Use this file to discover all available pages before exploring further.
- Per-position (default): rows are individual
(wallet, outcome, side)rows ordered by notional or share count. - Per-wallet: rows are wallets ordered by
Σ |amount × mark_price|across all their open positions.
avg_cost if no recent mid.
Endpoint
Query parameters
| Param | Type | Default | Description |
|---|---|---|---|
by | string | "notional" | One of notional, shares, wallet_total |
limit | int | 100 | Max rows (cap 500) |
Response — per-position (by=notional or by=shares)
Response — per-wallet (by=wallet_total)
Ranking modes
by=notional— single-position notional, mark-to-mid. Use for “biggest single bet on the platform.”by=shares— single-position absolute share count. Useful when you care about market impact, not USDH.by=wallet_total— sum across all open positions per wallet. Use for “biggest wallets by open exposure.”
Use cases
- Whale watch dashboards — top exposures across all HIP-4 markets.
- Pre-resolution risk view — combine with each market’s expiry to see whose positions are about to settle.
- Liquidity stress —
by=sharesto find positions that would dump huge supply if closed.
Examples
Notes
- Mid price is from the most recent allMids snapshot — for some sides with no resting maker the mid may be missing, in which case
avg_costis used as the fallback mark. - Positions where
amount = 0are excluded. - A single wallet can appear multiple times in
by=notionalmode — once per(outcome, side)it has open. To get one row per wallet, useby=wallet_total.