Hyperliquid Withdraw logo

Catalog action Hyperliquid wallet

Withdraw USDC from Hyperliquid to an Arbitrum address. Funds are bridged back to Arbitrum as USDC. Processing may take several minutes. Ideal for: taking profits, moving funds off-exchange, and portfolio management.

This action can require a wallet connector, gas, token movement, or an external side effect. Test with simulation or a controlled amount before using it in a live workflow.

At a Glance

FieldValue
Action IDhyperliquid-withdraw
CategoryHyperliquid
Connectorwallet
Requires gasNo
Funds movementNone declared
Tagshyperliquid, withdraw, usdc, bridge

Payload Schema

FieldTypeRequiredDescription
amountstringYesAmount to withdraw in USD (e.g., '100.50')
destinationstringYesDestination Arbitrum address for the withdrawal

Result Schema

FieldTypeRequiredDescription
statusstringYesWithdrawal outcome
amountstringNoWithdrawal amount in USD
destinationstringNoDestination address

Examples

json
{ "type": "hyperliquid-withdraw", "payload": { "amount": "1000000", "destination": "example-destination" }, "children": [], "connector": { "type": "wallet", "id": "conn_wallet" }}

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