derivatives.whale_position_audit
Audit a Hyperliquid wallet's open perpetual futures positions by providing its address. Get side, size, leverage, unrealized PnL, liquidation price, and distance-to-liquidation to assess exposure risk.
Instructions
Audit a Hyperliquid wallet's open perpetual futures positions: side,
size, leverage, unrealized PnL, liquidation price, and distance-to-
liquidation percentage for every open position.
Use this only when you already have a specific Hyperliquid/EVM wallet address
(from an explorer, a screenshot, on-chain sleuthing, etc.) and want to audit
its current exposure. Do NOT use it to discover or rank "smart money" wallets
- Hyperliquid's public API has no leaderboard or large-trader disclosure
endpoint, so this tool cannot identify addresses for you, only audit ones you
provide. risk_flags (HIGH_LEVERAGE, NEAR_LIQUIDATION) are fixed numeric
thresholds, never a qualitative judgment.
Args:
address: Hyperliquid/EVM wallet address to audit (0x...).
Returns:
On success: {"success": true, "positions": [...], "risk_flags", ...}
On failure: {"success": false, "error": {"type", "message"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |