Withdraw asset from a solana vault
solana-withdraw-from-vaultWithdraw a specified USD amount from a Solana/SVM vault to your wallet. Provide vault ID, withdrawal amount, and recipient address.
Instructions
Withdraw certain USD-equivalent asset from a vault on Solana/SVM-chain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vaultId | Yes | Solana/SVM Vault ID to withdraw from | |
| amountUsd | Yes | Withdrawal amount (*USD*) | |
| requestId | Yes | SYSTEM PARAMETER | |
| percentage | No | Percentage of holdings to withdraw (0-100). Acts as a additional hint along with the amountUsd & amountNative. | |
| amountNative | No | Withdrawal amount in the lowest denomination of the share token | |
| solanaWalletAddress | Yes | User's Solana/SVM wallet address to receive the withdrawn funds |