Real-time Hyperliquid liquidation & smart-money signals your agents can query directly. The biggest leveraged positions about to blow up, net smart-money bias, cascade risk โ one call, no dashboard.
# the powder kegs, largest first curl "https://goose-liq.duckdns.org/v1/positions/at-risk?sort=groesse&limit=3" \ -H "X-API-Key: YOUR_KEY"
{
"data": [
{ "coin":"HYPE", "side":"long", "notional":82772198,
"leverage":5, "dist_to_liq_pct":9.8, "upnl":29344446,
"tags":["smart","whale"] }
],
"count":3, "as_of":1784325592778
}
The largest leveraged positions closest to forced liquidation โ spot the powder kegs before they go off.
Net long/short per coin among proven smart-money wallets. Where the profitable money leans.
Clusters of positions bunched near liquidation โ anticipate the chain reaction.
Fresh smart-money entries (with price) and voluntary exits (with realized PnL). The full cycle.
:8000).{
"mcpServers": {
"liq-whale-signals": {
"command": "python",
"args": ["โฆ/on_demand/mcp_server/server.py"],
"env": { "ODMD_API_URL":"https://goose-liq.duckdns.org", "ODMD_API_KEY":"YOUR_KEY" }
}
}
}