Get Hyperliquid Positions By Address
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.
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
| Field | Value |
|---|---|
| Action ID | coinglass-get-hyperliquid-positions-by-address |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, hyperliquid, positions, wallet, derivatives, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
address | string | Yes | User wallet address to query positions for |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
address | string | Yes | Queried wallet address |
positions | array | Yes | Array of positions for the address |
Examples
json{ "type": "coinglass-get-hyperliquid-positions-by-address", "payload": { "address": "0x0000000000000000000000000000000000000000" }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-get-hyperliquid-positions-by-address/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "address": "0x0000000000000000000000000000000000000000" }}'
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.
