Trigger Other

Triggers when a monitored Hyperliquid user is liquidated. Optionally filter by minimum liquidated notional.

At a Glance

FieldValue
Trigger IDhyperliquid-liquidation
CategoryOther
Tagshyperliquid, perps, liquidation, wallet-monitoring, websocket, real-time

Trigger Configuration

FieldTypeRequiredDescription
userstringYesHyperliquid user wallet address to monitor
minNotionalnumberNoOptional minimum liquidated notional in USDC

Trigger Result

FieldTypeRequiredDescription
triggeredAtstringYesTimestamp when the liquidation was detected (UTC, RFC3339 format)
userstringYesMonitored Hyperliquid user wallet address
liquidationobjectYes-

Workflow Root Example

json
{ "nodes": { "root": { "type": "hyperliquid-liquidation", "payload": { "user": "example-user" }, "children": [ "log_event" ] }, "log_event": { "type": "log", "payload": { "message": "Triggered at {{$trigger.triggeredAt}}" }, "children": [] } }}

Downstream nodes can use {{$trigger.triggeredAt}} and any result fields listed above. Event triggers usually expose the raw source payload under a field such as event, body, trade, or raw.

Ask a question... ⌘I