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

withdraw

Request Body

action.type: withdraw action.destination: EVM address action.amount: string action.time: timestamp(ms) nonce: timestamp(ms) signature: EIP-712 object

Returns

Transaction hash and withdrawal confirmation.

Example

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

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

Was this helpful?