Get Hyperliquid Positions By Coin
Retrieve real-time Hyperliquid wallet position data grouped by coin. Returns user addresses, position sizes, margin balances, and unrealized PnL for each account. Ideal for: coin-level position analysis, market sentiment by asset, position concentration tracking.
Catalog action Blockchain Data
Retrieve real-time Hyperliquid wallet position data grouped by coin. Returns user addresses, position sizes, margin balances, and unrealized PnL for each account. Ideal for: coin-level position analysis, market sentiment by asset, position concentration tracking.
At a Glance
| Field | Value |
|---|---|
| Action ID | coinglass-get-hyperliquid-positions-by-coin |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, hyperliquid, positions, derivatives, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Coin symbol (e.g., 'BTC', 'ETH'). |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
positions | array | Yes | Array of positions grouped by coin |
Examples
json{ "type": "coinglass-get-hyperliquid-positions-by-coin", "payload": { "symbol": "ETH" }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-get-hyperliquid-positions-by-coin/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "symbol": "ETH" }}'
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.
