Hyperliquid Get Transfer History logo

Catalog action Hyperliquid

Get non-funding ledger updates for a Hyperliquid account: deposits, withdrawals, USD sends, vault operations, liquidations, spot transfers, and rewards claims. Enriches send-type entries with directional labels (Received/Sent). Ideal for: transfer tracking, deposit verification, wallet activity monitoring.

At a Glance

FieldValue
Action IDhyperliquid-get-transfer-history
CategoryHyperliquid
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagshyperliquid, perps, transfer, history, deposit, withdraw

Payload Schema

FieldTypeRequiredDescription
addressstringNoHyperliquid account address (0x...) to query. When omitted the connected wallet address is used.
startTimenumberNoUnix timestamp in milliseconds. Only return transfers after this time. Defaults to 30 days ago.
endTimenumberNoUnix timestamp in milliseconds. Upper bound for transfers. Omit for now.
limitnumberNoMaximum number of entries to return after sorting (newest first). Defaults to 500, hard cap 2000.

Result Schema

FieldTypeRequiredDescription
transfersarrayYesLedger entries sorted by time (newest first), capped by limit

Examples

json
{ "type": "hyperliquid-get-transfer-history", "payload": { "address": "0x0000000000000000000000000000000000000000", "startTime": 1, "endTime": 1, "limit": 1 }, "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.