Get Hyperliquid Positions By Address logo

Catalog action Blockchain Data

Retrieve Hyperliquid position data for a specific wallet address. Returns margin summaries, withdrawable balance, and open asset positions with leverage and PnL details. Ideal for: wallet tracking, copy trading, portfolio monitoring, position history analysis.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
addressstringYesUser wallet address to query positions for

Result Schema

FieldTypeRequiredDescription
addressstringYesQueried wallet address
positionsarrayYesArray of positions for the address

Examples

json
{ "type": "coinglass-get-hyperliquid-positions-by-address", "payload": { "address": "0x0000000000000000000000000000000000000000" }, "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