Get Hyperliquid Whale Positions
Retrieve current Hyperliquid whale positions exceeding $1M notional value. Includes full position details: entry/mark/liquidation prices, leverage, margin, unrealized PnL, and funding fees. Ideal for: whale tracking, position analysis, leverage monitoring, copy trading research.
Catalog action Blockchain Data
Retrieve current Hyperliquid whale positions exceeding $1M notional value. Includes full position details: entry/mark/liquidation prices, leverage, margin, unrealized PnL, and funding fees. Ideal for: whale tracking, position analysis, leverage monitoring, copy trading research.
At a Glance
| Field | Value |
|---|---|
| Action ID | coinglass-get-hyperliquid-whale-positions |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, hyperliquid, whale, positions, derivatives, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
positions | array | Yes | Array of whale positions exceeding $1M |
Examples
json{ "type": "coinglass-get-hyperliquid-whale-positions", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-get-hyperliquid-whale-positions/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": {}}'
Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.
