For the complete documentation index, see llms.txt. This page is also available as Markdown.

vaultTransfer

Request Body

action.type: vaultTransfer action.vaultAddress: address action.isDeposit: Boolean action.usd: string nonce: timestamp(ms) signature: EIP-712 object

Returns

Confirmation of vault deposit/withdrawal.

Example

// Request
curl https://hyperliquid.blockpi.network/v1/exchange/your-api-key -X POST -H "Content-Type: application/json" --data '{"action":{"type":"vaultTransfer"},"nonce":1720000000000,"signature":{}}'

// Result
{"status":"ok","response":{"type":"vaultTransfer","data":{}}}

Was this helpful?