Get Hyperliquid Positions By Coin logo

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

FieldValue
Action IDcoinglass-get-hyperliquid-positions-by-coin
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, hyperliquid, positions, derivatives, read

Payload Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol (e.g., 'BTC', 'ETH').

Result Schema

FieldTypeRequiredDescription
positionsarrayYesArray of positions grouped by coin

Examples

json
{ "type": "coinglass-get-hyperliquid-positions-by-coin", "payload": { "symbol": "ETH" }, "children": []}

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.

Ask a question... ⌘I