Returns wallets active on a market, ranked by your chosen metric, with their cost basis, realized PnL, and volume.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.
Endpoint
Query parameters
| Param | Type | Default | Description |
|---|---|---|---|
by | string | "amount" | One of amount, pnl, volume |
limit | int | 100 | Max rows (cap 500) |
Response
| Field | Description |
|---|---|
position_kind | "long" (positive amount), "short" (negative), "flat" (zero) |
amount | Current position size in shares — signed |
avg_cost | Weighted-average cost basis in USDH per share |
realized_pnl | Cumulative PnL from intraday closes (excludes settlement) |
volume_bought / volume_sold | Lifetime USDH spent / received |
Ranking modes
by=amount— sorted byABS(amount)DESC. Use this for “biggest positions” leaderboards.by=pnl— sorted byrealized_pnlDESC. Use for “biggest winners on this market.”by=volume— sorted by(bought + sold)DESC. Use for “most active wallets on this market.”
Use cases
- Whale watch on a single market.
- Leaderboard widgets in front-end UIs.
- Pre-resolution exposure check — who stands to win/lose what.
Examples
Notes
- Includes BOTH sides of the market — Yes holders and No holders interleaved by rank.
- For one-side analytics, filter client-side on
side_index.