Skip to main content
Surfaces the largest open exposures in HIP-4. Two modes:
  • 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.
Mark price is the latest poll mid for that side, falling back to avg_cost if no recent mid.

Endpoint

Query parameters

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 stressby=shares to 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_cost is used as the fallback mark.
  • Positions where amount = 0 are excluded.
  • A single wallet can appear multiple times in by=notional mode — once per (outcome, side) it has open. To get one row per wallet, use by=wallet_total.